StripLine.IntervalType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le type d'intervalle d'un objet StripLine.
public:
property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType IntervalType { 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 IntervalType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IntervalType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property IntervalType As DateTimeIntervalType
Valeur de propriété
Valeur d'énumération DateTimeIntervalType qui indique le type d'intervalle. La valeur par défaut est Auto.
- Attributs
Remarques
Les types Interval peuvent avoir la valeur Auto , auquel cas le type dépend de : les types de valeur X ou Y des objets tracés, DataPoint en fonction de l’axe auquel appartiennent les StripLine objets, et de l’échelle de l’axe.
La Interval propriété détermine la fréquence à laquelle une bande ou une ligne est dessinée.