ClassCartesianSeries
Definition
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
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeries
Derived Classes:
Implements:
Inherited Members
Constructors
CartesianSeries()
Initializes a new instance of the CartesianSeries class.
Declaration
public CartesianSeries()
CartesianSeries(string)
Initializes a new instance of the CartesianSeries class.
Declaration
public CartesianSeries(string valueMember)
Parameters
valueMember
The value member.
CartesianSeries(string, string)
Initializes a new instance of the CartesianSeries class.
Fields
IsVisibleInLegendProperty
Declaration
public static RadProperty IsVisibleInLegendProperty
Field Value
Properties
Axes
Gets the axes.
Declaration
[Browsable(false)]
public override Axis[] Axes { get; }
Property Value
Axis[]
The axes.
Overrides
CategoryMember
Gets or sets the category member.
Declaration
[Browsable(true)]
public string CategoryMember { get; set; }
Property Value
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.
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
HorizontalAxis
Gets or sets the visual CartesianAxis instance that will be used to plot points along the horizontal (X) axis.
Declaration
[TypeConverter(typeof(StringConverter))]
public CartesianAxis HorizontalAxis { get; set; }
Property Value
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
LegendTitle
Gets or sets the title that will be used by chart legend.
Declaration
[Browsable(true)]
public string LegendTitle { get; set; }
Property Value
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
[Browsable(false)]
public object StackGroupKey { get; set; }
Property Value
ValueMember
Gets or sets the value member.
Declaration
[Browsable(true)]
public string ValueMember { get; set; }
Property Value
The value member.
VerticalAxis
Gets or sets the visual CartesianAxis instance that will be used to plot points along the vertical (Y) axis.
Declaration
[TypeConverter(typeof(StringConverter))]
public CartesianAxis 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 DataPoint 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.
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement 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