ClassSparkCartesianSeries
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
SparkCartesianSeries()
Initializes a new instance of the SparkCartesianSeries class.
Declaration
public SparkCartesianSeries()
SparkCartesianSeries(string)
Initializes a new instance of the SparkCartesianSeries class.
Declaration
public SparkCartesianSeries(string valueMember)
Parameters
valueMember
The value member.
SparkCartesianSeries(string, string)
Initializes a new instance of the SparkCartesianSeries class.
Properties
Axes
Gets the axes.
Declaration
[Browsable(false)]
public override SparkAxis[] Axes { get; }
Property Value
The axes.
Overrides
CategoryMember
Gets or sets the category member.
Declaration
[Browsable(true)]
public virtual string CategoryMember { get; set; }
Property Value
The category member.
HorizontalAxis
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the horizontal (X) axis.
Declaration
[TypeConverter(typeof(StringConverter))]
public SparkCartesianAxis HorizontalAxis { get; set; }
Property Value
ValueMember
Gets or sets the value member.
Declaration
[Browsable(true)]
public virtual string ValueMember { get; set; }
Property Value
The value member.
VerticalAxis
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the vertical (Y) axis.
Declaration
[TypeConverter(typeof(StringConverter))]
public SparkCartesianAxis VerticalAxis { get; set; }
Property Value
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override SparkDataPoint CreateDefaultDataPoint()
Returns
Overrides
GetColorForMultiAxis()
Gets the color that would be used to draw the series axes when in multi axis mode.
Declaration
public virtual Color GetColorForMultiAxis()
Returns
The axes color.
InitProperties()
Declaration
protected virtual void InitProperties()
OffsetAxis()
Declaration
protected virtual void OffsetAxis()
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(PropertyChangedEventArgs)
Raises the standard .NET PropertyChanged event.
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
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