BCGSuite for MFC
TickMarkType CBCGPChartAxis::m_minorTickMarkType

Specifies minor tick mark type.

Use this property to customize minor tick mark position. It can be one of the following enumerated values:

  • TMT_NO_TICKS - no tick mark is displayed
  • TMT_INSIDE - tick marks are displayed inside of the diagram area
  • TMT_OUTSIDE - tick marks are displayed outside of diagram area
  • TMT_CROSS - tick marks cross the axis being displayed outside and inside of the diagram area

The default value for minor tick marks is TMT_NO_TICKS.