ComponentOne FinancialChart for WPF
LegendTitleStyle Property



C1.WPF.Chart Namespace > FlexChartBase Class : LegendTitleStyle Property
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

Reference

FlexChartBase Class
FlexChartBase Members