Class SeriesLegendSettings
Settings class for the legend items of the RadChartBase.
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
|