ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / LegendTitle Property



In This Topic
    LegendTitle Property
    In This Topic
    Gets or sets the legend title.
    Syntax
    'Declaration
     
    
    Public Property LegendTitle As String
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As String
     
    instance.LegendTitle = value
     
    value = instance.LegendTitle
    public string LegendTitle {get; set;}
    public:
    property String^ LegendTitle {
       String^ get();
       void set (    String^ value);
    }
    See Also