Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapSeries Class / LabelOption Property


In This Topic
    LabelOption Property (TreemapSeries)
    In This Topic
    Gets or sets the lable option.
    Syntax
    'Declaration
     
    
    Public Property LabelOption As LabelOption
    'Usage
     
    
    Dim instance As TreemapSeries
    Dim value As LabelOption
     
    instance.LabelOption = value
     
    value = instance.LabelOption
    public LabelOption LabelOption {get; set;}
    See Also