Class SparkAxis
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkAxis : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkAxis()
Properties
AxisType
Gets or sets the type of the axis.
Declaration
public AxisType AxisType { get; set; }
Property Value
AxisType
The type of the axis. |
DrawMode
Gets or sets position of the axis in the chart draw stack.
Declaration
public AxisDrawMode DrawMode { get; set; }
Property Value
AxisDrawMode
|
IsPrimary
Gets or sets whether the axis is primary.
Declaration
public bool IsPrimary { get; set; }
Property Value
System.Boolean
The is primary. |
LineWidth
Gets or sets the thickness used to display the line of the axis.
Declaration
public float LineWidth { get; set; }
Property Value
System.Single
|
Model
Gets the model.
Declaration
public SparkAxisModel Model { get; }
Property Value
SparkAxisModel
The model. |
Methods
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
UISparkElement
parent
The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
A string that represents the current object. |