Condividi tramite


StripLine.StripWidthType Proprietà

Definizione

Ottiene o imposta l'unità di misura per la StripWidth proprietà .

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à

Valore DateTimeIntervalType di enumerazione che indica il tipo di larghezza. Il valore predefinito è Auto.

Attributi

Commenti

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

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

Si applica a