'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
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Gets or sets a property indicating the number of levels for the scale labels")] public LabelGenerationMode LabelGenerationMode {get; set;}