Class SeriesLegendSettings
Settings class for the legend items of the RadChartBase.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class SeriesLegendSettings : ChartLegendSettings
Constructors
SeriesLegendSettings()
Declaration
public SeriesLegendSettings()
Fields
TitleProperty
Identifies the Title dependency property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Title
Gets or sets the legend title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |