Class
SeriesLegendSettings

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 ChartLegendSettings.MarkerGeometryPropertyChartLegendSettings.MarkerGeometryInheritanceContextPropagator.FreezeCore(bool)

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

Title

Gets or sets the legend title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

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 InheritanceContextPropagator.CreateInstanceCore()