TdxChartAxisGridlines.MinorStyle Property
Specifies stroke style for minor grid lines.
Declaration
property MinorStyle: 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.
Property Value Examples
| Value | Example[1] |
|---|---|
| TdxStrokeStyle.Solid (default) | ![]() |
| TdxStrokeStyle.Dot | ![]() |
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.
MinorStyleproperty values on the same diagram. The AxisY.Gridlines.Thickness property is set to2.
See Also

