Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / LabelContainsCategoryName Property
Example


In This Topic
    LabelContainsCategoryName Property (TreemapSeries)
    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 TreemapSeries
    Dim value As Boolean
     
    instance.LabelContainsCategoryName = value
     
    value = instance.LabelContainsCategoryName
    public bool LabelContainsCategoryName {get; set;}
    Example
    This example creates a treemap chart.
    See Also