Hierarchy

  • StiChartArea

Implements

Index

Constructors

constructor

Properties

Protected _hash

_hash: StiMeta[]

colorEach

colorEach: boolean = false

gridLinesHor

gridLinesHor: StiHorChartGridLines = new StiHorChartGridLines()

Gets or sets horizontal grid lines on left axis.

gridLinesVert

gridLinesVert: StiVertChartGridLines = new StiVertChartGridLines()

Gets or sets grid lines on vertical axis.

interlacingHor

interlacingHor: StiHorChartInterlacing = new StiHorChartInterlacing()

Gets or sets interlacing settings on horizontal axis.

interlacingVert

interlacingVert: StiVertChartInterlacing = new StiVertChartInterlacing()

Gets or sets interlacing settings on vertical axis.

reverseHor

reverseHor: boolean = false

Gets or sets value which indicate that all values on horizontal axis is reverse.

reverseVert

reverseVert: boolean = false

Gets or sets value which indicate that all values on vertical axis is reverse.

sideBySide

sideBySide: boolean = false

xAxis

xAxis: StiXChartAxis = new StiXChartAxis()

Gets or sets settings of XAxis.

xTopAxis

xTopAxis: StiXTopChartAxis = new StiXTopChartAxis()

Gets or sets settings of XTopAxis.

yAxis

yAxis: StiYChartAxis = new StiYChartAxis()

Gets or sets settings of YAxis.

yRightAxis

yRightAxis: StiYRightChartAxis = new StiYRightChartAxis()

Gets or sets settings of YRightAxis.

Methods

clone

  • Creates a new object that is a copy of the current instance.

    Returns StiChartArea

    A new object that is a copy of this instance.

implements

  • implements(): any[]
  • Returns any[]

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

  • Parameters

    Returns void

meta

saveToJsonObject

Generated using TypeDoc