public class PlotLines extends BaseOption
An array of objects representing plot lines on the X axis
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
PlotLines() |
Modifier and Type | Method and Description |
---|---|
Color |
color()
The color of the line.
|
PlotLines |
color(Color color)
The color of the line.
|
Color |
getColor()
The color of the line.
|
Number |
getValue()
The position of the line in axis units.
|
Number |
getWidth()
The width or thickness of the plot line.
|
PlotLines |
setColor(Color color)
The color of the line.
|
PlotLines |
setValue(Number value)
The position of the line in axis units.
|
PlotLines |
setWidth(Number width)
The width or thickness of the plot line.
|
Number |
value()
The position of the line in axis units.
|
PlotLines |
value(Number value)
The position of the line in axis units.
|
Number |
width()
The width or thickness of the plot line.
|
PlotLines |
width(Number width)
The width or thickness of the plot line.
|
set_hcNulledOption
public Color color()
The color of the line.
public PlotLines color(Color color)
The color of the line.
color
- the value for the color optionpublic Color getColor()
The color of the line.
public PlotLines setColor(Color color)
The color of the line.
color
- the value for the color optionpublic Number value()
The position of the line in axis units.
public PlotLines value(Number value)
The position of the line in axis units.
value
- the value for the value optionpublic Number getValue()
The position of the line in axis units.
public PlotLines setValue(Number value)
The position of the line in axis units.
value
- the value for the value optionpublic Number width()
The width or thickness of the plot line.
public PlotLines width(Number width)
The width or thickness of the plot line.
width
- the value for the width optionpublic Number getWidth()
The width or thickness of the plot line.
Copyright © 2022. All rights reserved.