Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / LabelOption Property
Example


In This Topic
    LabelOption Property
    In This Topic
    Gets or sets the lable option.
    Syntax
    'Declaration
     
    Public Property LabelOption As LabelOption
    'Usage
     
    Dim instance As TreemapSeries
    Dim value As LabelOption
     
    instance.LabelOption = value
     
    value = instance.LabelOption
    public LabelOption LabelOption {get; set;}
    Example
    This example creates a treemap chart.
    See Also