ComponentOne FlexReport for WinForms
TickMajor Property

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

Reference

Chart2DAxis Class
Chart2DAxis Members