Nevron.Chart Namespace / NStandardScaleConfigurator Class / LabelGenerationMode Property


LabelGenerationMode Property
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.CategoryAttribute("Labels")>
<System.ComponentModel.DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")>
Public Property LabelGenerationMode As LabelGenerationMode
 
'Usage
 
Dim instance As NStandardScaleConfigurator
Dim value As LabelGenerationMode
 
instance.LabelGenerationMode = value
 
value = instance.LabelGenerationMode
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