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
Axis 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
IsPrimary
Gets or sets whether the axis is primary.
Declaration
public bool IsPrimary { get; set; }
Property Value
System. 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.
|
Model
Gets the model.
Declaration
public SparkAxisModel Model { get; }
Property Value
Spark The model. |
Methods
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
UISpark The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System. A string that represents the current object. |