Class DataPointLegendSettings
Settings class for the legend items of the PieSeries.
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
|