StripLine.StripWidthType Property

Definition

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

Property Value

A DateTimeIntervalType enumeration value that indicates the width type. The default value is Auto.

Attributes

Remarks

This property determines the units used for the StripWidth property. 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).

You can change the value of this property from Auto to a DateTime value when the relevant axis scale uses a DateTime value.

Applies to