Condividi tramite


Chart.BorderSkin Proprietà

Definizione

Ottiene o imposta un oggetto BorderSkin che fornisce la funzionalità dell'interfaccia personalizzata del bordo per il controllo 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

Valore della proprietà

Oggetto BorderSkin che fornisce la funzionalità dell'interfaccia personalizzata del bordo per il controllo del grafico.

Attributi

Commenti

Utilizzare questa proprietà per specificare una pelle di bordo per il grafico.

Si applica a