Class
DataPointLegendSettings

Settings class for the legend items of the PieSeries.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class DataPointLegendSettings : ChartLegendSettings

Inheritance: objectInheritanceContextPropagatorChartLegendSettingsDataPointLegendSettings

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

Constructors

DataPointLegendSettings()

Declaration

cs-api-definition
public DataPointLegendSettings()

Fields

TitleBindingProperty

Identifies the TitleBinding dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleBindingProperty

Field Value

DependencyProperty

Properties

TitleBinding

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

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding TitleBinding { get; set; }

Property Value

DataPointBinding

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.

Overrides InheritanceContextPropagator.CreateInstanceCore()