ClassChartLegendSettings
Class
Base class for the legend items settings of the RadChartBase.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public abstract class ChartLegendSettings : InheritanceContextPropagator
Inheritance: objectInheritanceContextPropagatorChartLegendSettings
Derived Classes:
Inherited Members
Fields
MarkerGeometryProperty
Identifies the MarkerGeometry dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MarkerGeometryProperty
Field Value
DependencyProperty
Properties
MarkerGeometry
Gets or sets the Geometry of the marker.
Declaration
cs-api-definition
public Geometry MarkerGeometry { get; set; }
Property Value
Geometry