Modifier and Type | Method and Description |
---|---|
String |
getBorderColor()
(Gantt) Set border color for the label grid lines.
|
double |
getBorderWidth()
(Gantt) Set border width of the label grid lines.
|
double |
getCellHeight()
(Gantt) Set cell height for grid axis labels.
|
Array<XAxisOptions> |
getColumns()
(Gantt) Set specific options for each column (or row for horizontal axes)
in the grid.
|
boolean |
getEnabled()
(Gantt) Enable grid on the axis labels.
|
void |
setBorderColor(String value)
(Gantt) Set border color for the label grid lines.
|
void |
setBorderWidth(double value)
(Gantt) Set border width of the label grid lines.
|
void |
setCellHeight(double value)
(Gantt) Set cell height for grid axis labels.
|
void |
setColumns(Array<XAxisOptions> value)
(Gantt) Set specific options for each column (or row for horizontal axes)
in the grid.
|
void |
setEnabled(boolean value)
(Gantt) Enable grid on the axis labels.
|
void setBorderColor(String value)
double getBorderWidth()
void setBorderWidth(double value)
double getCellHeight()
void setCellHeight(double value)
@Nullable Array<XAxisOptions> getColumns()
void setColumns(Array<XAxisOptions> value)
boolean getEnabled()
void setEnabled(boolean value)
Copyright © 2020. All rights reserved.