The JsPlotArea class represents plot areas in the
Javascript Chart Model. The corresponding server side class is
PlotArea. JsPlotArea objects can be obtained using
JsXYChart.getPlotArea.
Method | Inherited | Description |
getLeftX | (Self) | Gets the left x pixel coordinate of the plot area. |
getRightX | (Self) | Gets the right x pixel coordinate of the plot area. |
getTopY | (Self) | Gets the top y pixel coordinate of the plot area. |
getBottomY | (Self) | Gets the bottom y pixel coordinate of the plot area. |
getWidth | (Self) | Gets the width of the plot area in pixels. |
getHeight | (Self) | Gets the height of the plot area in pixels. |
© 2021 Advanced Software Engineering Limited. All rights reserved.