Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ISciChartPolarSurface

Implemented by

Index

Properties

Properties

Readonly xAxes

summary

Gets the collection of PolarAxisBase - the X Axis on a SciChartPolarSurface

description

A SciChartPolarSurface can have one to many XAxes.

A Polar Axis must be either Angular (around the circumference) or Radial (distance from the center) by setting {@link PolarAxisBase.isAngluar}. The X Axis can be angular or radial, but there must be a y axis of the other sort and each series must refer to one radial and one angular axis.

AxisBase2D.axisAlignment affects where the axis title is placed for an angular axis. AxisBase2D.isInnerAxis works as expected for the angular axis. For the radial axis, isInnerAxis determines which side the ticks and labels are placed. isInnerAxis: false means clockwise of the radial line (ie below the horizontal line to the right for the default with startAngle:0). isInnerAxis: true means anticlockwise

Series and annotations may be linked to an axis via the AxisCore.id, BaseRenderableSeries.xAxisId and AnnotationBase.xAxisId property.

remarks

Adding an Axis to the chart causes it to automatically redraw. Note that Axis by default do not zoom to fit data. See the AxisBase2D.autoRange property for more information.

Readonly yAxes

summary

Gets the collection of PolarAxisBase - the Y Axis on a SciChartPolarSurface

description

A SciChartPolarSurface can have one to many YAxes.

A Polar Axis must be either Angular (around the circumference) or Radial (distance from the center) by setting {@link PolarAxisBase.isAngluar}. The Y Axis can be angular or radial, but there must be a y axis of the other sort and each series must refer to one radial and one angular axis.

AxisBase2D.axisAlignment affects where the axis title is placed for an angular axis. AxisBase2D.isInnerAxis works as expected for the angular axis. For the radial axis, isInnerAxis determines which side the ticks and labels are placed. isInnerAxis: false means clockwise of the radial line (ie below the horizontal line to the right for the default with startAngle:0). isInnerAxis: true means anticlockwise

Series and annotations may be linked to an axis via the AxisCore.id, BaseRenderableSeries.yAxisId and AnnotationBase.yAxisId property.

remarks

Adding an Axis to the chart causes it to automatically redraw. Note that Axis by default do not zoom to fit data. See the AxisBase2D.autoRange property for more information.

Generated using TypeDoc