Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleLabels Class / GenerationMode Property


In This Topic
    GenerationMode Property
    In This Topic
    Gets or sets a property indicating the number of levels for the scale labels
    Syntax
    'Declaration
     
    
    Public Property GenerationMode As ENLabelGenerationMode
    'Usage
     
    
    Dim instance As NScaleLabels
    Dim value As ENLabelGenerationMode
     
    instance.GenerationMode = value
     
    value = instance.GenerationMode
    public ENLabelGenerationMode GenerationMode {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 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also