Home > @visualization-tools/core > PlotCtorArg
Default plot construction args.
Signature:
export declare class PlotCtorArg<TPlotRange extends IPlotRange, TUpdateGroup extends IEntityGroup<unknown, TRequiredTraits>, TRequiredTraits> implements IPlotCtorArg<TPlotRange, TUpdateGroup, TRequiredTraits>
Implements: IPlotCtorArg<TPlotRange, TUpdateGroup, TRequiredTraits>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(chart, plotOptions, plotArea) | Constructs a new instance of the PlotCtorArg class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| chart | IChartComponent<TUnknownRenderer> | ||
| plotArea | IPlotArea | ||
| plotOptions | IPlotConstructionOptions<TPlotRange, TUpdateGroup, TRequiredTraits> |