visualization-tools

Home > @visualization-tools/core > PlotArea

PlotArea class

The space a plot takes up on a chart.

Signature:

export declare class PlotArea implements IPlotArea 

Implements: IPlotArea

Constructors

Constructor Modifiers Description
(constructor)(wholeRange, interactiveRange)   Constructs a new instance of the PlotArea class

Properties

Property Modifiers Type Description
interactiveRange   IReadonlyRange2d<Float32Array>  
wholeRange   IReadonlyRange2d<Float32Array>  

Methods

Method Modifiers Description
createDefault() static  
createOneWithMargins(wholeArea, margins) static