Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartAxisGridlines.MinorVisible Property

Specifies if minor grid lines are visible.

#Declaration

Delphi
property MinorVisible: Boolean read; write;

#Property Value

Type Description
Boolean

True if minor grid lines are visible; otherwise, False.

#Remarks

You can use Visible and MinorVisible properties to independently hide or display major and minor grid lines.

#Property Value Examples

Value Example[1]
False VCL Chart Control: Minor Grid Lines are Hidden
True VCL Chart Control: Minor Grid Lines are Visible
Footnotes
  1. This example shows different AxisY.Gridlines.MinorVisible property values on the same diagram. The AxisY.Gridlines.Thickness property is set to 2.

See Also