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