Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / LabelContainsCategoryName Property


In This Topic
    LabelContainsCategoryName Property (SunburstSeries)
    In This Topic
    Gets or sets whether the category name is displayed in the labels.
    Syntax
    'Declaration
     
    
    Public Property LabelContainsCategoryName As Boolean
    'Usage
     
    
    Dim instance As SunburstSeries
    Dim value As Boolean
     
    instance.LabelContainsCategoryName = value
     
    value = instance.LabelContainsCategoryName
    public bool LabelContainsCategoryName {get; set;}
    See Also