Class SeriesAppearanceSettings
This class represents appearance settings associated with chart series.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SeriesAppearanceSettings : AppearanceSettings, INotifyPropertyChanged
Constructors
SeriesAppearanceSettings()
Initializes a new instance of the SeriesAppearanceSettings class.
Declaration
public SeriesAppearanceSettings()
Fields
CursorProperty
Identifies the Cursor dependency property.
Declaration
public static readonly DependencyProperty CursorProperty
Field Value
System.Windows.DependencyProperty
|
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
System.Windows.DependencyProperty
|
PointMarkProperty
Identifies the PointMark dependency property.
Declaration
public static readonly DependencyProperty PointMarkProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Cursor
Gets or sets the cursor that displays when the mouse pointer is over this element. This is a dependency property.
Declaration
public Cursor Cursor { get; set; }
Property Value
System.Windows.Input.Cursor
|
Foreground
Gets or sets a brush that describes the foreground color.
Declaration
public Brush Foreground { get; set; }
Property Value
System.Windows.Media.Brush
|
PointMark
Gets or sets the cursor that displays when the mouse pointer is over this element. This is a dependency property.
Declaration
public PointMarkAppearanceSettings PointMark { get; set; }
Property Value
PointMarkAppearanceSettings
|