Series
| C# | Visual Basic | Visual Basic Usage |
public class ChartSeries : RenderedObject, ICloneable
Public Class ChartSeries _ Inherits RenderedObject _ Implements ICloneable
Dim instance As ChartSeries
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| ChartSeries()()()() |
Creates a new instance of ChartSeries class.
| |
| ChartSeries(String) |
Creates a new instance of ChartSeries class with given name
| |
| ChartSeries(String, ChartSeriesType) |
Creates a new instance of ChartSeries class with given name and type.
| |
| ChartSeries(String, ChartSeriesType, ChartSeriesCollection) |
Creates a new instance of ChartSeries class.
| |
| ChartSeries(String, ChartSeriesType, ChartSeriesCollection, ChartYAxisType, StyleSeries) |
Creates a new instance of ChartSeries class.
| |
| ChartSeries(String, ChartSeriesType, ChartSeriesCollection, ChartYAxisType, StyleSeries, String, String, String, String, String, String, String) |
Creates a new instance of ChartSeries class.
| |
| ChartSeries(ChartSeriesCollection) |
Creates a new instance of ChartSeries class.
| |
| ActiveRegionAttributes |
Default attributes for series items' active regions
| |
| ActiveRegionToolTip |
Default tooltip for series items' active regions
| |
| ActiveRegionUrl |
Default url for series items' active regions
| |
| AddItem(ChartSeriesItem, array<ChartSeriesItem>[]()[][]) |
Adds a series item(s) to the series.
| |
| AddItem(ChartSeriesItemsCollection) |
Adds a series item(s) to the series.
| |
| AddItem(array<ChartSeriesItem>[]()[][]) |
Adds a series item(s) to the series.
| |
| AddItem(List<(Of <<'(ChartSeriesItem>)>>)) |
Adds a series item(s) to the series.
| |
| AddItem(Double) |
Adds a new series item to the data series by specifying its value.
| |
| AddItem(Double, String) |
Adds a new series item to the data series by specifying its value and label.
| |
| AddItem(Double, String, Color) |
Adds a new series item to the data series by specifying its value, label and color.
| |
| AddItem(Double, String, Color, Boolean) |
Adds a new series item to the data series by specifying its value, label, color and explosion.
| |
| Appearance |
Specifies the visual appearance of series items.
| |
| 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.) | |
| Clear()()()() |
Clears all series items from the data series.
| |
| ClearDataBoundState()()()() |
Removes data binding links from series
| |
| CloneSeries()()()() |
Return new ChartSeries instance with copied all properties from source object and cloned Items collection
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Container |
Link to container element
(Inherited from RenderedObject.) | |
| CopyFrom(ChartSeries) |
Copies settings from given series
| |
| CopyItems(ChartSeries) |
Copies series items from given series
| |
| DataLabelsColumn |
Gets or sets the name of the DataSource column (member) that will be used as ChartSeries names source when Y-values are taken from one column for a several chart ChartSeries
| |
| DataXColumn |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series X-value
| |
| DataXColumn2 |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series X2-value
| |
| DataYColumn |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series Y-value
| |
| DataYColumn2 |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series Y2-value
| |
| DataYColumn3 |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series Y3-value (High for CandleStick chart).
| |
| DataYColumn4 |
Gets or sets the name of the DataSource column (member) that is used to data-bind to the series Y4-value (Low for CandleStick chart).
| |
| DefaultLabelValue |
Specifies the default value for the series items labels.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Overrides StateManagedObject.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| 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 |
Current series index in the series collection
| |
| IsActiveRegionSet | Returns whether there is an active region associated with the series. | |
| IsDataBound |
Determines whether the series is configured as data bound or not.
| |
| Item[([( Int32])]) |
Gets or sets a ChartSeries SeriesItem object at the specified index.
| |
| Items |
Gets a collection of series items.
| |
| LoadViewState(Object) |
Load ViewState
(Overrides StateManagedObject.LoadViewState(Object).) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets or sets the name of the data series.
| |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
(Inherited from RenderedObject.) | |
| Parent |
Parent element
| |
| PlotArea |
Plot area element for series drawing
| |
| Remove()()()() |
Remove this element from render order list
(Inherited from RenderedObject.) | |
| RemoveItem(ChartSeriesItem, array<ChartSeriesItem>[]()[][]) |
Removes a series item(s) from the series.
| |
| RemoveItem(Int32, array<Int32>[]()[][]) |
Removes a series item(s) from the series.
| |
| RemoveItem(Int32) |
Removes the SeriesItem object at the specified index.
| |
| SaveViewState()()()() |
Save Track ViewState
(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.) | |
| SetColors(array<Color>[]()[][]) |
Sets new colors to the items in the data series.
| |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| SetExplodes(array<Boolean>[]()[][]) |
Sets exploded statuses to the items in the data series.
| |
| SetItemColor(Int32, Color) |
Sets a new color to the series item at the specified index.
| |
| SetItemExplode(Int32, Boolean) |
Sets a new explode status for the series item at the specified index.
| |
| SetItemLabel(Int32, String) |
Sets a new label for the series item at the specified index.
| |
| SetItems(array<ChartSeriesItem>[]()[][]) |
Sets new SeriesItems objects to the data series.
| |
| SetItemValue(Int32, Double) |
Sets a new value for the series item at the specified index.
| |
| SetLabels(array<String>[]()[][]) |
Sets new labels to the items in the data series.
| |
| SetOrder(Int32) |
Set this object in new render order position
(Inherited from RenderedObject.) | |
| SetValues(array<Double>[]()[][]) |
Sets new values to the data series by passing an array of real values. Old values are cleared.
| |
| 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()()()() |
Overridden
(Overrides StateManagedObject.ToString()()()().) | |
| TrackViewState()()()() |
Track ViewState
(Overrides StateManagedObject.TrackViewState()()()().) | |
| Type |
Gets or sets the type of the series.
| |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) | |
| Visible | Specifies whether to render the series or not. | |
| YAxisType |
Y Axis used by series
|
| Object | |||
| StateManagedObject | |||
| RenderedObject | |||
| ChartSeries | |||