Class SparkCartesianSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkCartesianSeries : SparkSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
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
System.String
valueMember
The value member. |
SparkCartesianSeries(String, String)
Initializes a new instance of the SparkCartesianSeries class.
Declaration
public SparkCartesianSeries(string valueMember, string categoryMember)
Parameters
System.String
valueMember
The value member. |
System.String
categoryMember
The category member. |
Properties
Axes
Gets the axes.
Declaration
public override SparkAxis[] Axes { get; }
Property Value
SparkAxis[]
The axes. |
Overrides
CategoryMember
Gets or sets the category member.
Declaration
public virtual string CategoryMember { get; set; }
Property Value
System.String
The category member. |
HorizontalAxis
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the horizontal (X) axis.
Declaration
public SparkCartesianAxis HorizontalAxis { get; set; }
Property Value
SparkCartesianAxis
|
ValueMember
Gets or sets the value member.
Declaration
public virtual string ValueMember { get; set; }
Property Value
System.String
The value member. |
VerticalAxis
Gets or sets the visual SparkCartesianAxis instance that will be used to plot points along the vertical (Y) axis.
Declaration
public SparkCartesianAxis VerticalAxis { get; set; }
Property Value
SparkCartesianAxis
|
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override SparkDataPoint CreateDefaultDataPoint()
Returns
SparkDataPoint
|
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
System.Drawing.Color
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
UISparkElement
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
System.ComponentModel.PropertyChangedEventArgs
e
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|