Home > @visualization-tools/core > PlotDimensions
The space a plot takes up on a chart in various coordinate systems.
Signature:
export declare class PlotDimensions implements IPlotDimensions
Implements: IPlotDimensions
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(clipSpaceArea, cssArea, pixelArea) | Constructs a new instance of the PlotDimensions class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| clipSpaceArea | IPlotArea | ||
| cssArea | IPlotArea | ||
| pixelArea | IPlotArea |
| Method | Modifiers | Description |
|---|---|---|
| createDefault() | static |
|
| createOneOBL(clipSpaceRange, canvasDims) | static |
Origin bottom left (OBL). |
| createOneOTL(clipSpaceRange, canvasDims) | static |
Origin top left (OTL). |