StripLine.IntervalOffsetType 属性

定义

获取或设置带状线的间隔偏移量类型。Gets or sets the interval offset type of the strip line.

public:
 property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType IntervalOffsetType { System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType get(); void set(System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType IntervalOffsetType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IntervalOffsetType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property IntervalOffsetType As DateTimeIntervalType

属性值

DateTimeIntervalType

一个 DateTimeIntervalType 枚举值,该值指示间隔类型。A DateTimeIntervalType enumeration value that indicates the interval type. 默认值是 AutoThe default value is Auto.

属性

注解

默认情况下,此属性设置为 Auto ; 此属性的实际值由 IntervalType 属性确定。By default, this property is set to Auto; the actual value of this property is determined by the IntervalType property.

适用于