StripLine.StripWidthType 属性
定义
获取或设置 StripWidth 属性的度量单位。Gets or sets the unit of measurement for the StripWidth property.
public:
property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType StripWidthType { 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 StripWidthType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.StripWidthType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property StripWidthType As DateTimeIntervalType
属性值
一个 DateTimeIntervalType 枚举值,该值指示宽度类型。A DateTimeIntervalType enumeration value that indicates the width type. 默认值是 Auto。The default value is Auto.
- 属性
注解
此属性确定用于属性的单位 StripWidth 。This property determines the units used for the StripWidth property. 例如,若要设置条带线以表示 "一周",则可以将此属性设置为, Weeks 并将 StripWidth 属性设置为一 (1.0) 。For example, to set a strip line to represent "one week", you could set this property to Weeks and set the StripWidth property to one (1.0).
Auto DateTime 当相关轴刻度使用值时,可以将此属性的值从更改为值 DateTime 。You can change the value of this property from Auto to a DateTime value when the relevant axis scale uses a DateTime value.