Chart.BorderSkin Właściwość

Definicja

Pobiera lub ustawia BorderSkin obiekt, który zapewnia funkcjonalność skóry obramowania dla kontrolki Chart .

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

Wartość właściwości

BorderSkin

BorderSkin Obiekt, który zapewnia funkcjonalność obramowania dla kontrolki wykresu.

Atrybuty

Uwagi

Użyj tej właściwości, aby określić skórę obramowania wykresu.

Dotyczy