ComponentOne FlexReport for WinForms
TickFactorMinor Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : TickFactorMinor Property
Gets or sets an integral factor for minor tick mark length.
Syntax
'Declaration
 
Public Property TickFactorMinor As System.Integer
public System.int TickFactorMinor {get; set;}
Remarks
Tick marks are sized based on the thickness of the axis line as well as the tick factor. Doubling the tick factor doubles the length of the axis tick mark. Values are limited to integers from 1 to 20. Values outside of this range are ignored.
See Also

Reference

Chart2DAxis Class
Chart2DAxis Members