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

Settings class for the legend items of the PieSeries.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class DataPointLegendSettings : ChartLegendSettings

Inheritance: objectInheritanceContextPropagatorChartLegendSettingsDataPointLegendSettings

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

Constructors

C#
public DataPointLegendSettings()

Fields

TitleBindingProperty

DependencyProperty

Identifies the TitleBinding dependency property.

C#
public static readonly DependencyProperty TitleBindingProperty

Properties

Gets or sets the binding that will be used by any attached legend to display legend item title.

C#
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding TitleBinding { 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()