FlexReport for WinForms
TickFactorMajor プロパティ (Chart2DAxis)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > Chart2DAxis クラス : TickFactorMajor プロパティ
Gets or sets an integral factor for major tick mark length.
シンタックス
'宣言
 
Public Property TickFactorMajor As System.Integer
'使用法
 
Dim instance As Chart2DAxis
Dim value As System.Integer
 
instance.TickFactorMajor = value
 
value = instance.TickFactorMajor
public System.int TickFactorMajor {get; set;}
解説
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.
参照

参照

Chart2DAxis クラス
Chart2DAxis メンバ