New to Kendo UI for Angular? Start a free 30-day trial
GridLines
Specifies the appearance configuration for the major and minor axis grid lines (see example).
Name | Type | Default | Description |
---|---|---|---|
color? |
|
Specifies the color of the grid lines. Accepts a valid CSS color string, including hex and rgb. | |
dashType? |
|
Specifies the dash type of the grid lines. | |
skip? |
|
Specifies the number of lines to skip at the beginning. | |
step? |
|
Specifies the tick-rendering step. Renders every nth line, where | |
visible? |
|
Determines whether to display the lines. By default, only the major axis grid lines are visible. | |
width? |
|
Specifies the width of the lines in pixels. |