StripLine.IntervalOffset 属性
定义
获取或设置网格线、刻度线、带状线和轴标签的偏移量。Gets or sets the offset of grid lines, tick marks, strip lines and axis labels.
public:
property double IntervalOffset { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisLabelDateValueConverter))]
public double IntervalOffset { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisLabelDateValueConverter))>]
member this.IntervalOffset : double with get, set
Public Property IntervalOffset As Double
属性值
一个 double 值,该值表示间隔偏移量。A double value that represents the interval offset.
- 属性
注解
次要刻度线和网格线的间隔偏移量从不受对象属性的值的影响 IntervalOffset Axis 。The interval offset of minor tick marks and grid lines is never affected by the value of the IntervalOffset property of the Axis object.
IntervalOffset属性设置定义偏移量的度量单位。The IntervalOffset property setting defines the units of measurement of the offset.
Interval可以为负值。The Interval can be a negative value.
默认值为 Auto (0) 。The default value is Auto (0).