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


In This Topic
    LabelGenerationMode Property
    In This Topic
    Gets or sets a property indicating the number of levels for the scale labels
    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;}
    Remarks
    Settings this property to Stagger2 or Stagger3 will produce two or three levels of labels. You may consider to exclude the Stagger2 fit mode from the scale fit modes.
    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