Nevron .NET Vision
Nevron.Chart Namespace / NScaleLabelStyle Class / ValueOffset Property


In This Topic
    ValueOffset Property
    In This Topic
    Gets or sets a value to be added when the label is generated
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ValueOffset As System.Double
    'Usage
     
    
    Dim instance As NScaleLabelStyle
    Dim value As System.Double
     
    instance.ValueOffset = value
     
    value = instance.ValueOffset
    [System.ComponentModel.DefaultValue(0)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.double ValueOffset {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also