Search
BiaxialChart Properties
 


 Public Properties

  Name Description

allowPan

Gets or sets a value indicating whether users are allowed to pan the chart's plot.

annotations

Gets or sets the list of series whose labels are drawn as annotations.

gridType

Gets or sets the type of grid to draw in this chart.

pinGrid

Gets or sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.

series

Gets or sets the list of series whose data is drawn in this chart.

showScatter

Gets or sets a value indicating whether the chart should render scatter shapes.

showXCoordinates

Gets or sets a value indicating whether to show X axis coordinates.

showXRangeSelector

Gets or sets a value indicating whether to show a RangeSelector for the X axis, to let users scroll or resize the currently visible horizontal data window.

showXTicks

Gets or sets a value indicating whether to show X axis ticks.

showYCoordinates

Gets or sets a value indicating whether to show Y axis coordinates.

showYRangeSelector

Gets or sets a value indicating whether to show a RangeSelector for the Y axis, to let users scroll or resize the currently visible vertical data window.

showYTicks

Gets or sets a value indicating whether to show Y axis ticks.

xAxis

Gets or sets an Axis object representing horizontal data range.

xAxisLabelRotationAngle

Gets or sets the rotation angle of the X axis labels.

xAxisTickLength

Gets or sets the length of X axis ticks.

xScrollRangeMax

Gets or sets the largest value allowed to scroll to using the X axis' RangeSelector.

xScrollRangeMin

Gets or sets the smallest value allowed to scroll to using the X axis' RangeSelector.

yAxis

Gets or sets an Axis object representing vertical data range.

yAxisLabelRotationAngle

Gets or sets the rotation angle of the Y axis labels.

yAxisTickLength

Gets or sets the length of Y axis ticks.

yLabelAlignment

Gets the horizontal alignment of Y-axis labels.

yScrollRangeMax

Gets or sets the largest value allowed to scroll to using the Y axis' RangeSelector.

yScrollRangeMin

Gets or sets the smallest value allowed to scroll to using the Y axis' RangeSelector.

 See Also