SparkAxis
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
Initializes a new instance of the SparkAxis class.
public SparkAxis()
Properties
Gets or sets the type of the axis.
[Browsable(true)]
public AxisType AxisType { get; set; }
The type of the axis.
Gets or sets position of the axis in the chart draw stack.
[Browsable(true)]
public AxisDrawMode DrawMode { get; set; }
Gets or sets whether the axis is primary.
[Browsable(false)]
public bool IsPrimary { get; set; }
The is primary.
Gets or sets the thickness used to display the line of the axis.
public float LineWidth { get; set; }
Gets the model.
public SparkAxisModel Model { get; }
The model.
Methods
Called when [attached].
protected override void OnAttached(UISparkElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
protected override void OnNotifyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides:
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.
Overrides: