Skip to main content
All docs
V25.1
  • 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) VCL Chart Control: The Solid Stroke Style is Applied to Minor Grid Lines
    TdxStrokeStyle.Dot VCL Chart Control: The Dot Stroke Style is Applied to Minor Grid Lines

    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
    1. This example demonstrates different AxisY.Gridlines.MinorStyle property values on the same diagram. The AxisY.Gridlines.Thickness property is set to 2.

    See Also