SparkCartesianSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkCartesianSeries : SparkSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkCartesianSeries class.
public SparkCartesianSeries()
Initializes a new instance of the SparkCartesianSeries class.
Initializes a new instance of the SparkCartesianSeries class.
Properties
Gets the axes.
[Browsable(false)]
public override SparkAxis[] Axes { get; }
The axes.
Overrides:
Gets or sets the category member.
[Browsable(true)]
public virtual string CategoryMember { get; set; }
The category member.
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the horizontal (X) axis.
[TypeConverter(typeof(StringConverter))]
public SparkCartesianAxis HorizontalAxis { get; set; }
Gets or sets the value member.
[Browsable(true)]
public virtual string ValueMember { get; set; }
The value member.
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the vertical (Y) axis.
[TypeConverter(typeof(StringConverter))]
public SparkCartesianAxis VerticalAxis { get; set; }
Methods
Binds the members.
protected override void BindMembers()
Overrides:
Creates the default data point.
Gets the color that would be used to draw the series axes when in multi axis mode.
protected virtual void InitProperties()
protected virtual void OffsetAxis()
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.
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
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: