Skip to main content
All docs
V25.1
  • TdxChartCustomSecondaryAxisCollectionItem.Gridlines Property

    Provides access to appearance settings of grid lines associated with the secondary axis.

    Declaration

    property Gridlines: TdxChartAxisGridlines read; write;

    Property Value

    Type Description
    TdxChartAxisGridlines

    Stores appearance settings of grid lines associated with an axis.

    Remarks

    Major and minor grid lines correspond to major and minor tick marks on the secondary axis of arguments or the secondary axis of values. Grid lines help users compare series points with value labels on an axis.

    You can set GridLines.Visible and GridLines.MinorVisible properties to True to display major and minor grid lines associated with the current axis.

    Refer to the TdxChartAxisGridlines class description for detailed information on all available options.

    See Also