StripLine.IntervalType 属性

定义

获取或设置 StripLine 对象的间隔类型。

public:
 property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType IntervalType { 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 IntervalType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IntervalType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property IntervalType As DateTimeIntervalType

属性值

一个 DateTimeIntervalType 枚举值,该值指示间隔类型。 默认值是 Auto

属性

注解

间隔类型可以设置为 Auto,在这种情况下,类型依赖于:绘制 DataPoint 对象的 X 值或 Y 值类型(取决于对象所属的 StripLine 轴)和轴刻度。

属性 Interval 确定条带或线条的绘制频率。

适用于