Chart.BorderSkin Propriété

Définition

Obtient ou définit un objet BorderSkin qui fournit la fonctionnalité d'apparence de bordure pour le contrôle Chart.

public:
 property System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ BorderSkin { System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::BorderSkin ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendConverter))]
public System.Windows.Forms.DataVisualization.Charting.BorderSkin BorderSkin { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendConverter))>]
member this.BorderSkin : System.Windows.Forms.DataVisualization.Charting.BorderSkin with get, set
Public Property BorderSkin As BorderSkin

Valeur de propriété

BorderSkin

Objet BorderSkin qui fournit la fonctionnalité d'apparence de bordure pour le graphique.

Attributs

Remarques

Utilisez cette propriété pour spécifier une apparence de bordure pour le graphique.

S’applique à