ChartSeriesItem
Represents the base element of RadChart's series.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartSeriesItem : RenderedObject, IChartingStateManagedItem, IChartingStateManager, IOrdering, ICloneable
Inheritance: objectStateManagedObjectRenderedObjectChartSeriesItem
Implements:
Inherited Members
Constructors
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem()
Creates a new instance of the empty ChartSeriesItem class.
Creates a new instance of the ChartSeriesItem class.
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double x, double y, StyleSeriesItem style)
Creates a new instance of the ChartSeriesItem class.
Properties
Active region
[Browsable(true)]
public ActiveRegion ActiveRegion { get; set; }
Link to visualization and design properties
[Browsable(true)]
[SkinnableProperty]
public StyleSeriesItem Appearance { get; }
Item label
[Browsable(true)]
[SkinnableProperty]
public SeriesItemLabel Label { get; }
Parent element
[Browsable(false)]
public ChartSeries Parent { get; set; }
Point appearance settings
[Browsable(true)]
[SkinnableProperty]
public StyleMarkerSeriesPoint PointAppearance { get; }
Specifies whether the series item should be rendered.
public bool Visible { get; set; }
Main X value
[TypeConverter(typeof(DoubleConverter2))]
public double XValue { get; set; }
Second x value for item
[TypeConverter(typeof(DoubleConverter2))]
[Browsable(true)]
public double XValue2 { get; set; }
Main Y value for item
[TypeConverter(typeof(DoubleConverter2))]
[Browsable(true)]
[Bindable(true)]
public double YValue { get; set; }
Second y value for item
[TypeConverter(typeof(DoubleConverter2))]
public double YValue2 { get; set; }
Third y value for item (could be used in CandleStick charts as High value)
[TypeConverter(typeof(DoubleConverter2))]
public double YValue3 { get; set; }
Methods
Clone this object
public object Clone()
New instance of ChartSeriesItem class that is copy of this object
Implements:
Loading ViewState data
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Saving ViewState data
Tracking ViewState data
protected override void TrackViewState()
Overrides: