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



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