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 Cartesian
Declaration
public CartesianSeries(string valueMember)
Parameters
System. The value member. |
CartesianSeries(String, String)
Initializes a new instance of the Cartesian
Declaration
public CartesianSeries(string valueMember, string categoryMember)
Parameters
System. The value member. |
System. 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. 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.
|
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 Cartesian
Declaration
public CartesianAxis HorizontalAxis { get; set; }
Property Value
IsVisibleInLegend
Gets or sets whether this series will be used in chart legend.
Declaration
public bool IsVisibleInLegend { get; set; }
Property Value
System.
|
LegendTitle
Gets or sets the title that will be used by chart legend.
Declaration
public string LegendTitle { get; set; }
Property Value
System.
|
StackGroupKey
Gets or sets the key that defines in which stack group this series will be included if its Combine
Declaration
public object StackGroupKey { get; set; }
Property Value
System.
|
ValueMember
Gets or sets the value member.
Declaration
public string ValueMember { get; set; }
Property Value
System. The value member. |
VerticalAxis
Gets or sets the visual Cartesian
Declaration
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
System. The axes color. |
OnAttached(UIChartElement)
Called when [attached].
Declaration
protected override void OnAttached(UIChartElement parent)
Parameters
UIChart 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)