StripLine.StripWidthType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the unit of measurement for the StripWidth property.
public:
property System::Web::UI::DataVisualization::Charting::DateTimeIntervalType StripWidthType { System::Web::UI::DataVisualization::Charting::DateTimeIntervalType get(); void set(System::Web::UI::DataVisualization::Charting::DateTimeIntervalType value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.DateTimeIntervalType StripWidthType { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.StripWidthType : System.Web.UI.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.