public interface ChartView extends ChartElementPresenter
Modifier and Type | Method and Description |
---|---|
double |
getPanOffsetX()
Gets the x-coordinate of the top-left corner where the layout should start from.
|
double |
getPanOffsetY()
Gets the y-coordinate of the top-left corner where the layout should start from.
|
RadRect |
getPlotAreaClip()
Gets the rect that encloses the plot area in view coordinates - that is without the zoom
factor applied and with the pan offset calculated.
|
double |
getViewportHeight()
Gets the visible height of the widget view.
|
double |
getViewportWidth()
Gets the visible width of the widget view.
|
double |
getZoomHeight()
Gets the current scale applied along the vertical direction.
|
double |
getZoomWidth()
Gets the current scale applied along the horizontal direction.
|
getCollectionIndex, invalidatePalette, measureContent, refreshNode
double getViewportWidth()
double getViewportHeight()
double getZoomWidth()
double getZoomHeight()
double getPanOffsetX()
double getPanOffsetY()
RadRect getPlotAreaClip()