Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YSeries Class / LabelContainsCategoryName Property


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