Home > @visualization-tools/core > PlotArea
The space a plot takes up on a chart.
Signature:
export declare class PlotArea implements IPlotArea
Implements: IPlotArea
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(wholeRange, interactiveRange) | Constructs a new instance of the PlotArea class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| interactiveRange | IReadonlyRange2d<Float32Array> | ||
| wholeRange | IReadonlyRange2d<Float32Array> |
| Method | Modifiers | Description |
|---|---|---|
| createDefault() | static |
|
| createOneWithMargins(wholeArea, margins) | static |