FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexPie 类 / Titles 属性

本主题中
    Titles 属性 (FlexPie)
    本主题中
    Gets or sets the pie titles.
    语法
    '声明
     
    Public Property Titles As String()
    public string[] Titles {get; set;}
    备注
    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.
    请参见