Nevron.Chart Namespace / NStandardScaleConfigurator Class / LabelGenerationMode Property


In This Topic
    LabelGenerationMode Property
    In This Topic
    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
    [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;}
    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