public ChartPen MinorGrid {get; set;}
Remarks
Characteristics of the Grid coincidental wth Minor Ticks. The Minor Grid.Visible is false as default.
Example
[C#]
tChart1.Axes.Bottom.MinorGrid.Style = DashStyle.Dot;
tChart1.Axes.Bottom.MinorGrid.Color = Color.Red;
tChart1.Axes.Bottom.MinorGrid.Visible = true;
See Also
Axis Class | Axis Members | Steema.TeeChart Namespace