Condividi tramite


StripLine.StripWidthType Proprietà

Definizione

Ottiene o imposta l'unità di misura per la proprietà 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

Valore della proprietà

DateTimeIntervalType

Valore dell'enumerazione DateTimeIntervalType che indica il tipo di spessore. Il valore predefinito è Auto.

Attributi

Commenti

Questa proprietà determina le unità usate per la StripWidth proprietà . Ad esempio, per impostare una striscia per rappresentare "una settimana", è possibile impostare questa proprietà su e la proprietà Weeks StripWidth su uno (1,0).

È possibile modificare il valore di questa proprietà da a un valore quando la Auto DateTime scala dell'asse pertinente usa un DateTime valore .

Si applica a