Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional animation

An animation that runs on the start, child class to SeriesAnimation

Optional columnXMode

columnXMode: EColumnMode

This determines how x values and optional x1 values are interpreted for Polar chart. Available values are EColumnMode. Default Mid.

Optional columnYMode

columnYMode: EColumnYMode

Not supported property for PolarColumnRenderableSeries

Optional customTextureOptions

customTextureOptions: ICustomTextureOptions

Options that creates a custom texture brush

Optional dataLabelProvider

A DataLabelProvider used for creating and drawing per-point text.

Optional dataPointWidthMode

dataPointWidthMode: EDataPointWidthMode

Gets or sets the mode which determines how dataPointWidth in X direction is interpreted. Available values are EDataPointWidthMode. Default Relative.

Optional dataSeries

dataSeries: IDataSeries

The DataSeries which provides a datasource for this IRenderableSeries to draw

Optional fill

fill: string

The column fill as an HTML color code

Optional fillLinearGradient

fillLinearGradient: GradientParams

Gets or sets the fill as a gradient brush

Optional id

id: string

A unique Id for the IRenderableSeries

Optional onHoveredChanged

onHoveredChanged: TSeriesHoverChangedCallback | string

Optional callback function when hovered changed. Also see IRenderableSeries.hovered event handler

Optional onIsVisibleChanged

onIsVisibleChanged: TSeriesVisibleChangedCallback | string

Optional callback function when isVisible changed. Also see IRenderableSeries.isVisibleChanged event handler

Optional onSelectedChanged

onSelectedChanged: TSeriesSelectionChangedCallback | string

Optional callback function when selected changed. Also see IRenderableSeries.selected event handler

Optional opacity

opacity: number

An Opacity factor of the Series that controls its semi-transparency level, where value 1 means the Series is opaque; 0 - transparent.

Optional paletteProvider

An optional IPaletteProvider which is used to provide per data-point coloring or paletting.

remarks

See IStrokePaletteProvider for per data-point coloring of lines or strokes, IFillPaletteProvider for per data-point coloring of fills or series bodies, and IPointMarkerPaletteProvider for per data-point coloring of point-markers

Optional seriesName

seriesName: string

Series name

Optional stroke

stroke: string

The column stroke as an HTML color code

Optional strokeThickness

strokeThickness: number

The column stroke thickness

Optional yArrayFilter

yArrayFilter: number | string

When using XyNDataSeries, set this to determine which single set of y values to use

Generated using TypeDoc