Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / ScaleLevelBuildMode Property


In This Topic
    ScaleLevelBuildMode Property
    In This Topic
    Gets or sets a value indicating how the scale configurator will build scale levels
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("Scale")>
    <System.ComponentModel.DescriptionAttribute("Controls how the scale configurator will build scale levels.")>
    Public Property ScaleLevelBuildMode As ScaleLevelBuildMode
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As ScaleLevelBuildMode
     
    instance.ScaleLevelBuildMode = value
     
    value = instance.ScaleLevelBuildMode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("Scale")]
    [System.ComponentModel.Description("Controls how the scale configurator will build scale levels.")]
    public ScaleLevelBuildMode ScaleLevelBuildMode {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