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 Spark
Declaration
public SparkCartesianSeries()
SparkCartesianSeries(String)
Initializes a new instance of the Spark
Declaration
public SparkCartesianSeries(string valueMember)
Parameters
System. The value member. |
SparkCartesianSeries(String, String)
Initializes a new instance of the Spark
Declaration
public SparkCartesianSeries(string valueMember, string categoryMember)
Parameters
System. The value member. |
System. The category member. |
Properties
Axes
Gets the axes.
Declaration
public override SparkAxis[] Axes { get; }
Property Value
Spark The axes. |
Overrides
CategoryMember
Gets or sets the category member.
Declaration
public virtual string CategoryMember { get; set; }
Property Value
System. The category member. |
HorizontalAxis
Gets or sets the visual Spark
Declaration
public SparkCartesianAxis HorizontalAxis { get; set; }
Property Value
ValueMember
Gets or sets the value member.
Declaration
public virtual string ValueMember { get; set; }
Property Value
System. The value member. |
VerticalAxis
Gets or sets the visual Spark
Declaration
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
System. 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
UISpark 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.
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)