Nevron.Chart Namespace / NStandardScaleConfigurator Class / ScaleLevelBuildMode Property


ScaleLevelBuildMode Property
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
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