'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); }