ChartLegendSettings
Class
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:
Inherited Members
Fields
MarkerGeometryProperty
DependencyProperty
Identifies the MarkerGeometry dependency property.
C#
public static readonly DependencyProperty MarkerGeometryProperty
Properties
MarkerGeometry
Geometry
Gets or sets the Geometry of the marker.
C#
public Geometry MarkerGeometry { get; set; }