New to Telerik UI for WPFStart a free 30-day trial

Base class for the legend items settings of the RadChartBase.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public abstract class ChartLegendSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorChartLegendSettings

Derived Classes: DataPointLegendSettingsSeriesLegendSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Fields

MarkerGeometryProperty

DependencyProperty

Identifies the MarkerGeometry dependency property.

C#
public static readonly DependencyProperty MarkerGeometryProperty

Properties

Gets or sets the Geometry of the marker.

C#
public Geometry MarkerGeometry { get; set; }