[]
        
(Showing Draft Content)

C1.Web.Mvc.ChartSeriesBase-1

ChartSeriesBase<T> Class

Inheritance
ChartSeriesBase<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ChartSeriesBase<T>
Type Parameters
Name Description
T

Constructors

Name Description
ChartSeriesBase(FlexChartCore<T>)

Creates one ChartSeriesBase<T> instance.

Properties

Name Description
AltStyle

Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.

AxisX

Gets or sets the x-axis for the series.

AxisY

Gets or sets the y-axis for the series.

Binding

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

BindingX

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

CssClass

Gets or sets the series CSS class.

InterpolateNulls

Gets or sets a value that determines whether to interpolate null values in the data.

ItemFormatter

Gets or sets the itemFormatter client-side function name for specific series

ItemsSource

Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl.

Name

Gets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.

OnClientRendered

Occurs when series is rendered.

OnClientRendering

Occurs when series is rendering.

Style

Gets or sets the series style.

SymbolMarker

Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.

SymbolSize

Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.

SymbolStyle

Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types.

TooltipContent

Sets or Gets the tooltip content for specific chart series

Visibility

Gets or sets an enumerated value indicating whether and where the series appears.