ClassSeriesLegendSettings
Class
Settings class for the legend items of the RadChartBase.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class SeriesLegendSettings : ChartLegendSettings
Inheritance: objectInheritanceContextPropagatorChartLegendSettingsSeriesLegendSettings
Inherited Members
Constructors
SeriesLegendSettings()
Declaration
cs-api-definition
public SeriesLegendSettings()
Fields
TitleProperty
Identifies the Title dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
Declaration
cs-api-definition
protected override Freezable CreateInstanceCore()
Returns
Freezable
The new instance.
Overrides