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


In This Topic
    LabelContainsValue Property (TreemapSeries)
    In This Topic
    Gets or sets whether the value is displayed in the labels.
    Syntax
    'Declaration
     
    
    Public Property LabelContainsValue As Boolean
    'Usage
     
    
    Dim instance As TreemapSeries
    Dim value As Boolean
     
    instance.LabelContainsValue = value
     
    value = instance.LabelContainsValue
    public bool LabelContainsValue {get; set;}
    Example
    This example creates a treemap chart.
    See Also