CartesianSeries
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
Initializes a new instance of the CartesianSeries class.
public CartesianSeries()
Initializes a new instance of the CartesianSeries class.
Initializes a new instance of the CartesianSeries class.
Fields
public static RadProperty CombineModeProperty
public static RadProperty IsVisibleInLegendProperty
public static RadProperty LegendTitleProperty
Properties
Gets the axes.
[Browsable(false)]
public override Axis[] Axes { get; }
The axes.
Overrides:
Gets or sets the category member.
[Browsable(true)]
public string CategoryMember { get; set; }
The category member.
Gets or sets a value indicating whether the series labels will be clipped according to the viewport`s width and height.
public bool ClipLabels { get; set; }
Gets or sets the combination mode to be used when data points are plotted.
public ChartSeriesCombineMode CombineMode { get; set; }
Gets or sets the visual CartesianAxis instance that will be used to plot points along the horizontal (X) axis.
[TypeConverter(typeof(StringConverter))]
public CartesianAxis HorizontalAxis { get; set; }
Gets or sets whether this series will be used in chart legend.
public bool IsVisibleInLegend { get; set; }
Gets or sets the title that will be used by chart legend.
[Browsable(true)]
public string LegendTitle { get; set; }
Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.
[Browsable(false)]
public object StackGroupKey { get; set; }
Gets or sets the value member.
[Browsable(true)]
public string ValueMember { get; set; }
The value member.
Gets or sets the visual CartesianAxis instance that will be used to plot points along the vertical (Y) axis.
[TypeConverter(typeof(StringConverter))]
public CartesianAxis VerticalAxis { get; set; }
Methods
Binds the members.
protected override void BindMembers()
Overrides:
Creates the default data point.
Gets the color that would be used to draw the series axes when in multi axis mode.
Called when [attached].
protected override void OnAttached(UIChartElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Raises the standard .NET PropertyChanged event.
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Overrides:
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: