A base class for charts that display X and Y axes.
The following tables list the members exposed by the BiaxialChart type.
Name | Description | |
---|---|---|
Initializes a new instance of the BiaxialChart class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether users are allowed to pan the chart's plot. |
||
Gets or sets the list of series whose labels are drawn as annotations. |
||
Gets or sets the type of grid to draw in this chart. |
||
Gets or sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it. |
||
Gets or sets the list of series whose data is drawn in this chart. |
||
Gets or sets a value indicating whether the chart should render scatter shapes. |
||
Gets or sets a value indicating whether to show X axis coordinates. |
||
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. |
||
Gets or sets a value indicating whether to show X axis ticks. |
||
Gets or sets a value indicating whether to show Y axis coordinates. |
||
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. |
||
Gets or sets a value indicating whether to show Y axis ticks. |
||
Gets or sets an Axis object representing horizontal data range. |
||
Gets or sets the rotation angle of the X axis labels. |
||
Gets or sets the length of X axis ticks. |
||
Gets or sets the largest value allowed to scroll to using the X axis' RangeSelector. |
||
Gets or sets the smallest value allowed to scroll to using the X axis' RangeSelector. |
||
Gets or sets an Axis object representing vertical data range. |
||
Gets or sets the rotation angle of the Y axis labels. |
||
Gets or sets the length of Y axis ticks. |
||
Gets the horizontal alignment of Y-axis labels. |
||
Gets or sets the largest value allowed to scroll to using the Y axis' RangeSelector. |
||
Gets or sets the smallest value allowed to scroll to using the Y axis' RangeSelector. |
Name | Description | |
---|---|---|
Dashboard.CreateRenderContext override. Creates a RenderContext instance. |
||
Chart.resetZoom override. Resets zoom level to original data range. |
||
Chart.zoomOut override. Zooms out of current data range. |