LineOptions
Options for configuring the behavior of a line shape.
Implements
Constructors
new LineOptions()
new LineOptions(
options
):LineOptions
Creates a new instance of LineOptions.
Parameters
• options: Partial
<ILineOptions
> = {}
The partial options provided by the user.
Returns
Defined in
Properties
visible
visible:
boolean
Determines if the shape should be visible or not.
Implementation of
Defined in
DefaultOptions
readonly
static
DefaultOptions:ILineOptions
Default options for the line.