Class CartesianSeries
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class CartesianSeries : ChartSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
CartesianSeries()
CartesianSeries(String)
Initializes a new instance of the CartesianSeries class.
Declaration
public CartesianSeries(string valueMember)
Parameters
System.String
valueMember
The value member. |
CartesianSeries(String, String)
Initializes a new instance of the CartesianSeries class.
Declaration
public CartesianSeries(string valueMember, string categoryMember)
Parameters
System.String
valueMember
The value member. |
System.String
categoryMember
The category member. |
Fields
CombineModeProperty
IsVisibleInLegendProperty
LegendTitleProperty
Properties
Axes
Gets the axes.
Declaration
public override Axis[] Axes { get; }
Property Value
Axis[]
The axes. |
Overrides
CategoryMember
Gets or sets the category member.
Declaration
public string CategoryMember { get; set; }
Property Value
System.String
The category member. |
ClipLabels
Gets or sets a value indicating whether the series labels will be clipped according to the viewport`s width and height.
Declaration
public bool ClipLabels { get; set; }
Property Value
System.Boolean
|
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
ChartSeriesCombineMode
|
HorizontalAxis
Gets or sets the visual CartesianAxis instance that will be used to plot points along the horizontal (X) axis.
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
CartesianAxis
|
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
Declaration
public bool IsVisibleInLegend { get; set; }
Property Value
System.Boolean
|
LegendTitle
Gets or sets the title that will be used by chart legend.
Declaration
public string LegendTitle { get; set; }
Property Value
System.String
|
StackGroupKey
Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.
Declaration
public object StackGroupKey { get; set; }
Property Value
System.Object
|
ValueMember
Gets or sets the value member.
Declaration
public string ValueMember { get; set; }
Property Value
System.String
The value member. |
VerticalAxis
Gets or sets the visual CartesianAxis instance that will be used to plot points along the vertical (Y) axis.
Declaration
public CartesianAxis VerticalAxis { get; set; }
Property Value
CartesianAxis
|
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
DataPoint
|
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. |
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChartElement
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
|