Chart.BorderlineDashStyle プロパティ

定義

グラフ イメージ全体の境界線スタイルを取得または設定します。

public:
 property System::Web::UI::DataVisualization::Charting::ChartDashStyle BorderlineDashStyle { System::Web::UI::DataVisualization::Charting::ChartDashStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartDashStyle BorderlineDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderlineDashStyle : System.Web.UI.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderlineDashStyle As ChartDashStyle

プロパティ値

グラフ イメージの境界線スタイルを決定する ChartDashStyle 列挙値。

属性

注釈

このプロパティは、グラフイメージの罫線に使用される線のスタイルを決定します。 線は、実線、点線などを使用できます。

その他のスタイル オプションについては、列挙に関するトピックを ChartDashStyle 参照してください。

このプロパティは プロパティに BorderStyle 似ていますが、唯一の違いは、デザイン時に BorderStyle プロパティ ウィンドウからプロパティを使用できない点です。

適用対象