Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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