Class DataPointLegendSettings
Settings class for the legend items of the PieSeries.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class DataPointLegendSettings : ChartLegendSettings
Constructors
DataPointLegendSettings()
Declaration
public DataPointLegendSettings()
Fields
TitleBindingProperty
Identifies the TitleBinding dependency property.
Declaration
public static readonly DependencyProperty TitleBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
TitleBinding
Gets or sets the binding that will be used by any attached legend to display legend item title.
Declaration
public DataPointBinding TitleBinding { get; set; }
Property Value
DataPointBinding
|
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |