Class AxisStyles
This is a container class for all user defined series styles.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisStyles : InheritanceContextPropagator, INotifyPropertyChanged
Constructors
AxisStyles()
Declaration
public AxisStyles()
Fields
AlternateStripLineStyleProperty
Identifies the Alternate
Declaration
public static readonly DependencyProperty AlternateStripLineStyleProperty
Field Value
System.
|
AxisLineStyleProperty
Identifies the Axis
Declaration
public static readonly DependencyProperty AxisLineStyleProperty
Field Value
System.
|
GridLineStyleProperty
Identifies the Grid
Declaration
public static readonly DependencyProperty GridLineStyleProperty
Field Value
System.
|
ItemLabelStyleProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemLabelStyleProperty
Field Value
System.
|
MinorTickLineStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorTickLineStyleProperty
Field Value
System.
|
StripLineStyleProperty
Identifies the Strip
Declaration
public static readonly DependencyProperty StripLineStyleProperty
Field Value
System.
|
TickLineStyleProperty
Identifies the Tick
Declaration
public static readonly DependencyProperty TickLineStyleProperty
Field Value
System.
|
TitleStyleProperty
Identifies the Title
Declaration
public static readonly DependencyProperty TitleStyleProperty
Field Value
System.
|
Properties
AlternateStripLineStyle
Gets or sets the alternate strip line style.
Declaration
public Style AlternateStripLineStyle { get; set; }
Property Value
System.
|
AxisLineStyle
Gets or sets the axis line style.
Declaration
public Style AxisLineStyle { get; set; }
Property Value
System.
|
GridLineStyle
Gets or sets the grid line style.
Declaration
public Style GridLineStyle { get; set; }
Property Value
System.
|
ItemLabelStyle
Gets or sets the item label style.
Declaration
public Style ItemLabelStyle { get; set; }
Property Value
System.
|
MinorTickLineStyle
Gets or sets the minor tick line style.
Declaration
public Style MinorTickLineStyle { get; set; }
Property Value
System.
|
StripLineStyle
Gets or sets the strip line style.
Declaration
public Style StripLineStyle { get; set; }
Property Value
System.
|
TickLineStyle
Gets or sets the tick line style.
Declaration
public Style TickLineStyle { get; set; }
Property Value
System.
|
TitleStyle
Gets or sets the axis title style.
Declaration
public Style TitleStyle { get; set; }
Property Value
System.
|
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System. The System. |
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|