TdxChartAxisGridlines.Style Property
Specifies stroke style for major grid lines.
Declaration
property Style: TdxStrokeStyle read; write; default TdxStrokeStyle.Solid;
Property Value
Type | Default | Description |
---|---|---|
TdxStrokeStyle | Solid | Enumerates available stroke styles for drawing lines in visual elements. |
Remarks
Use Style
and MinorStyle properties to change stroke style of major and minor grid lines, respectively.
Examples
Value | Example[1] |
---|---|
TdxStrokeStyle.Solid (default) | |
TdxStrokeStyle.DashDotDot |
Refer to the TdxStrokeStyle type description for the full list of supported stroke styles.
Default Value
The Style
property’s default value is TdxStrokeStyle.Solid
.
Footnotes
-
This example demonstrates different AxisY.Gridlines.
Style
property values on the same diagram. The AxisY.Gridlines.Thickness property is set to2
.
See Also