[]
        
(Showing Draft Content)

C1.Win.Chart.Series

Series Class

Represents a series of data points to display in the chart.

Implements
ISeries
IStyleProvider
Namespace: C1.Win.Chart
Assembly: C1.Win.FlexChart.8.dll
Syntax
public class Series : SeriesBase, ISeries, IStyleProvider, IDisposable

Constructors

Name Description
Series()

Creates an instance of series class.

Properties

Name Description
ActualBinding

Gets actual binding.

ActualBindingX

Gets actual x-binding.

ActualDataMember

Gets actual data member.

ActualItemsSource

Gets actual items source.

AltStyle

Gets or sets the series alternatve style.

AxisX

Gets or sets the series x-axis.

AxisY

Gets or sets the series y-axis.

Binding

Gets or sets the name of the property that contains Y values for the series.

BindingMode

Gets or sets the binding mode.

BindingX

Gets or sets the name of the property that contains X values for the series.

Chart

Gets the parent chart.

DataLabel

Gets or sets the series data label.

DataMember

Gets or sets the name of the DataMember, if any, for the DataSource.

DataSource

Gets or sets the collection of objects that contains the series data.

HasCustomSymbol

Whether the custom symbol rendering is used.

Style

Gets or sets the series style.

SymbolStyle

Gets or sets the series symbol style.

Tooltip

Gets or sets the tooltip template for the series.

Methods

Name Description
ClearData()

Removes all point data from the series added with SetData.

Dispose()

Releases resources.

Dispose(bool)
~Series()

Releases resources.

GetCount()

Gets the binding data count.

GetDataType(int)

Gets the data type.

GetItem(int)

Gets the data item.

GetStyle(string)

Gets the style by name.

GetValidPropertyDescriptors()

Gets the valid PropertyDescriptor of class.

GetValues(int)

Gets the point data array for the specified coordinate dimension.

Invalidate()

Invalidates the series.

IsRangeChartType()

Whether chart type can be ranged.

LoadBoundData()

Forces bound data to be loaded into internal chart arrays.

OnDataSourceChanged()

Called when data source was changed.

OnSymbolRendered(IRenderEngine, int, double, double)

Called after symbol was rendered.

OnSymbolRendering(IRenderEngine, int, double, double)

Called when symbol is rendering.

OnVisibilityChanged()

Called when visibility changes.

Rebind()

Forces all data in ItemsSource to be evaluated and redraw the chart.

RebindCurrencyMananger()

Rebind currency mananger data.

SetData(double[], params double[][])

Sets the point data to be charted.

SetStyle(_Style, string)

Sets the series style.

getDefaultData(int)

Manufacture some consistent data for design time display to allow series styling.

Events

Name Description
SymbolRendered

Fires after rendering symbol.

SymbolRendering

Fires before rendering symbol.