Class ChartLegendSettings
Base class for the legend items settings of the RadChartBase.
Inheritance
System.Object
ChartLegendSettings
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class ChartLegendSettings : DependencyObject
Fields
MarkerGeometryProperty
Identifies the MarkerGeometry dependency property.
Declaration
public static readonly DependencyProperty MarkerGeometryProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MarkerGeometry
Gets or sets the Geometry of the marker.
Declaration
public Geometry MarkerGeometry { get; set; }
Property Value
System.Windows.Media.Geometry
|