ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / Sunburst Class / Titles Property

In This Topic
    Titles Property (Sunburst)
    In This Topic
    Gets or sets the pie titles.
    Syntax
    'Declaration
     
    Public Property Titles As String()
    public string[] Titles {get; set;}
    Remarks
    The titles are shown above each pie chart when multiple properties are specified in Binding. If the Titles is null (default value) the binding property names are used as pie titles.
    See Also