Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / SynchronizeScaleWithConfigurator Property


In This Topic
    SynchronizeScaleWithConfigurator Property
    In This Topic
    Whether the scale will be synchronized with the Scale Configurator.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property SynchronizeScaleWithConfigurator As System.Boolean
    'Usage
     
    
    Dim instance As NAxisBase
    Dim value As System.Boolean
     
    instance.SynchronizeScaleWithConfigurator = value
     
    value = instance.SynchronizeScaleWithConfigurator
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool SynchronizeScaleWithConfigurator {get; set;}
    Remarks
    By default this property is set to true. You may want to set it to false if you want to create your own scale definitions.
    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