Class DataPointLegendSettings
Settings class for the legend items of the Pie
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 Title
Declaration
public static readonly DependencyProperty TitleBindingProperty
Field Value
System.
|
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
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. The new instance. |