Chart.BorderSkin プロパティ

定義

BorderSkin コントロールに境界線スキン機能を提供する 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

プロパティ値

グラフのコントロールのスキン機能を提供する BorderSkin オブジェクト。

属性

注釈

グラフの罫線スキンを指定するには、このプロパティを使用します。

適用対象