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
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.
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
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.
Gets the collection of PolarAxisBase - the X Axis on a SciChartPolarSurface
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.
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.