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
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
CreateInstanceCore()
Freezable
When implemented in a derived class, creates a new instance of the Freezable derived class.
C#
protected override Freezable CreateInstanceCore()
Freezable
The new instance.
Overrides: