Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / MultiLevel Property


In This Topic
    MultiLevel Property
    In This Topic
    Gets or sets the multi level label.
    Syntax
    'Declaration
     
    
    Public Property MultiLevel As Boolean
    'Usage
     
    
    Dim instance As IndexAxis
    Dim value As Boolean
     
    instance.MultiLevel = value
     
    value = instance.MultiLevel
    public bool MultiLevel {get; set;}
    See Also