ClassSparkAxis
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkAxis : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAxis
Derived Classes:
Implements:
Inherited Members
Constructors
SparkAxis()
Initializes a new instance of the SparkAxis class.
Declaration
public SparkAxis()
Properties
AxisType
Gets or sets the type of the axis.
Declaration
[Browsable(true)]
public AxisType AxisType { get; set; }
Property Value
The type of the axis.
DrawMode
Gets or sets position of the axis in the chart draw stack.
Declaration
[Browsable(true)]
public AxisDrawMode DrawMode { get; set; }
Property Value
IsPrimary
Gets or sets whether the axis is primary.
Declaration
[Browsable(false)]
public bool IsPrimary { get; set; }
Property Value
The is primary.
LineWidth
Gets or sets the thickness used to display the line of the axis.
Model
Gets the model.
Declaration
public SparkAxisModel Model { get; }
Property Value
The model.
Methods
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
parent
The parent.
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(string)
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
A string that represents the current object.
Overrides