Represents the base element of RadChart's series.
| C# | Visual Basic | Visual Basic Usage |
public class ChartSeriesItem : RenderedObject, IActiveRegion, ICloneable
Public Class ChartSeriesItem _ Inherits RenderedObject _ Implements IActiveRegion, ICloneable
Dim instance As ChartSeriesItem
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ChartSeriesItem(Double, Double, StyleSeriesItem) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesItem(Double, Double) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesItem(Double, Double, Double, Double) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesItem(Double, Double, Double, Double, Double, Double) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesItem()()()() |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesItem(ChartSeries) | Creates a new instance of the ChartSeriesItem class. | |
| ChartSeriesItem(Boolean) |
Creates a new instance of the empty ChartSeriesItem class.
| |
| ChartSeriesItem(Double) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesItem(Double, String) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesItem(Double, String, Color) |
Creates a new instance of the ChartSeriesItem class.
| |
| ChartSeriesItem(Double, String, Color, Boolean) |
Creates a new instance of the ChartSeriesItem class.
| |
| ActiveRegion |
Active region
| |
| Appearance |
Link to visualization and design properties
| |
| BringForward()()()() |
Send element at one step forward in the render order list
(Inherited from RenderedObject.) | |
| BringToFront()()()() |
Set element at the first position in render order list
(Inherited from RenderedObject.) | |
| Clone()()()() |
Clone this object
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Container |
Link to container element
(Inherited from RenderedObject.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides StateManagedObject.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| Empty |
Is series item contains empty value
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetOrder()()()() |
Get this elements order position in container
(Inherited from RenderedObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Index |
Index in items collection
| |
| Label |
Item label
| |
| LoadViewState(Object) |
Loading ViewState data
(Overrides StateManagedObject.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
ChartSeriesItem name
| |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
(Inherited from RenderedObject.) | |
| Parent |
Parent element
| |
| PointAppearance |
Point appearance settings
| |
| Remove()()()() |
Remove this element from render order list
(Inherited from RenderedObject.) | |
| SaveViewState()()()() |
Saving ViewState data
(Overrides StateManagedObject.SaveViewState()()()().) | |
| SendBackward()()()() |
Send element at one step back in the render order list
(Inherited from RenderedObject.) | |
| SendToBack()()()() |
Send element at the end of render order list
(Inherited from RenderedObject.) | |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| SetOrder(Int32) |
Set this object in new render order position
(Inherited from RenderedObject.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() |
Tracking ViewState data
(Overrides StateManagedObject.TrackViewState()()()().) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) | |
| Visible | Specifies whether the series item should be rendered. | |
| XValue |
Main X value
| |
| XValue2 |
Second x value for item
| |
| YValue |
Main Y value for item
| |
| YValue2 |
Second y value for item
| |
| YValue3 |
Third y value for item (could be used in CandleStick charts as High value)
| |
| YValue4 |
Fourth y value for item (could be used in CandleStick charts as Low value)
|
| Object | |||
| StateManagedObject | |||
| RenderedObject | |||
| ChartSeriesItem | |||