ChartSeriesItem
Represents the base element of RadChart's series.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartSeriesItem : RenderedObject, IChartingStateManagedItem, IChartingStateManager, IOrdering
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.
public ChartSeriesItem(bool isEmpty)
Creates a new instance of the ChartSeriesItem class.
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double x, double y, double x2, double y2, double y3, double y4)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double x, double y, double x2, double y2)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double x, double y, StyleSeriesItem style)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double x, double y)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double value, string label, Color color, bool exploded)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double value, string label, Color color)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double value, string labelText)
Creates a new instance of the ChartSeriesItem class.
public ChartSeriesItem(double value)
Properties
Active region
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ActiveRegion ActiveRegion { get; set; }
Link to visualization and design properties
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleSeriesItem Appearance { get; }
Empty
bool
Is series item contains empty value
public bool Empty { get; set; }
Index
int
Index in items collection
[Browsable(false)]
public int Index { get; }
Item label
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public SeriesItemLabel Label { get; }
Name
string
ChartSeriesItem name
[Browsable(true)]
public string Name { get; set; }
Parent element
[Browsable(false)]
public ChartSeries Parent { get; set; }
Point appearance settings
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleMarkerSeriesPoint PointAppearance { get; }
Visible
bool
Specifies whether the series item should be rendered.
public bool Visible { get; set; }
XValue
double
Main X value
[TypeConverter(typeof(DoubleConverter2))]
public double XValue { get; set; }
XValue2
double
Second x value for item
[TypeConverter(typeof(DoubleConverter2))]
[Browsable(true)]
public double XValue2 { get; set; }
YValue
double
Main Y value for item
[TypeConverter(typeof(DoubleConverter2))]
[Browsable(true)]
[Bindable(true)]
public double YValue { get; set; }
YValue2
double
Second y value for item
[TypeConverter(typeof(DoubleConverter2))]
public double YValue2 { get; set; }
YValue3
double
Third y value for item (could be used in CandleStick charts as High value)
[TypeConverter(typeof(DoubleConverter2))]
public double YValue3 { get; set; }
YValue4
double
Fourth y value for item (could be used in CandleStick charts as Low value)
[TypeConverter(typeof(DoubleConverter2))]
public double YValue4 { get; set; }
Methods
Clone()
object
Clone this object
public object Clone()
object
New instance of ChartSeriesItem class that is copy of this object
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Loading ViewState data
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Saving ViewState data
protected override object SaveViewState()
object
Saved in View state data
Overrides:
Tracking ViewState data
protected override void TrackViewState()
Overrides: