Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OhlcSeries

The OhlcSeries class is used to represent financial data using the Open-High-Low-Close standard: https://en.wikipedia.org/wiki/Open-high-low-close_chart.

Hierarchy

Index

Constructors

constructor

Properties

android

android: any

closePropertyName

closePropertyName: string

Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'close' value used for plotting the datapoint.

highPropertyName

highPropertyName: string

Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'high' value used for plotting the datapoint.

horizontalAxis

horizontalAxis: CartesianAxis

Gets or sets the horizontal axis associated with the this series.

ios

ios: any

items

items: any

Gets or sets a collection of objects used to initialize the series.

labelStyle

labelStyle: PointLabelStyle

Gets or sets the label style customized with properties of PointLabelStyle class.

legendTitle

legendTitle: string

Gets or sets a title for this series which will be used in the legend.

lowPropertyName

lowPropertyName: string

Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'low' value used for plotting the datapoint.

openPropertyName

openPropertyName: string

Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'open' value used for plotting the datapoint.

selectionMode

selectionMode: string

Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.

seriesName

seriesName: string

Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.

showLabels

showLabels: boolean

Gets or sets the hidden state of labels.

valueProperty

valueProperty: string

Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.

verticalAxis

verticalAxis: CartesianAxis

Gets or sets the vertical axis associated with the this series.

Static closePropertyNameProperty

closePropertyNameProperty: Property

Identifies the closePropertyName dependency property.

Static highPropertyNameProperty

highPropertyNameProperty: Property

Identifies the highPropertyName dependency property.

Static horizontalAxisProperty

horizontalAxisProperty: Property

Identifies the horizontalAxis dependency property.

Static itemsProperty

itemsProperty: Property

Identifies the items dependency property.

Static labelStyleProperty

labelStyleProperty: Property

Identifies the labelStyle dependency property.

Static legendTitleProperty

legendTitleProperty: Property

Identifies the legendTitle dependency property.

Static lowPropertyNameProperty

lowPropertyNameProperty: Property

Identifies the lowPropertyName dependency property.

Static openPropertyNameProperty

openPropertyNameProperty: Property

Identifies the openPropertyName dependency property.

Static selectionModeProperty

selectionModeProperty: Property

Identifies the selectionMode dependency property.

Static showLabelsProperty

showLabelsProperty: Property

Identifies the showLabels dependency property.

Static valueProperty

valueProperty: Property

Identifies the value dependency property.

Static verticalAxisProperty

verticalAxisProperty: Property

Identifies the verticalAxis dependency property.

Generated using TypeDoc