ComponentOne FlexReport for WinForms
TickMinor Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : TickMinor Property
Gets or sets the type of minor tick mark.
Syntax
'Declaration
 
Public Property TickMinor As Chart2DTickMarks
public Chart2DTickMarks TickMinor {get; set;}
Remarks
Tick marks can be placed on either side or both sides of the axis line. Note that if the TickMinor property is set to Chart2DTickMarks.None, then minor tick marks are not drawn.
See Also

Reference

Chart2DAxis Class
Chart2DAxis Members