New to Telerik UI for WPFStart a free 30-day trial

Settings class for the legend items of the RadChartBase.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class SeriesLegendSettings : ChartLegendSettings

Inheritance: objectInheritanceContextPropagatorChartLegendSettingsSeriesLegendSettings

Inherited Members ChartLegendSettings.MarkerGeometryPropertyChartLegendSettings.MarkerGeometryInheritanceContextPropagator.FreezeCore(bool)

Constructors

C#
public SeriesLegendSettings()

Fields

TitleProperty

DependencyProperty

Identifies the Title dependency property.

C#
public static readonly DependencyProperty TitleProperty

Properties

Gets or sets the legend title.

C#
public string Title { get; set; }

Methods

When implemented in a derived class, creates a new instance of the Freezable derived class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

The new instance.

Overrides: InheritanceContextPropagator.CreateInstanceCore()