StripLine.StripWidthType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 StripWidth 属性的度量单位。
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 枚举值,该值指示宽度类型。 默认值是 Auto。
- 属性
注解
此属性确定用于 属性 StripWidth 的单位。 例如,若要将条带线设置为表示"一周",你可以将此属性设置为 ,将 属性设置为 Weeks StripWidth 1.0 (1.0) 。
当相关轴刻度使用 值时,可以将此属性的值从 Auto DateTime 更改为 DateTime 值。