共用方式為


LegendItem.BorderDashStyle 屬性

定義

取得或設定圖例項目的框線樣式。

public:
 property System::Web::UI::DataVisualization::Charting::ChartDashStyle BorderDashStyle { 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 BorderDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BorderDashStyle : System.Web.UI.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderDashStyle As ChartDashStyle

屬性值

ChartDashStyle

ChartDashStyle 列舉值,決定圖例項目的框線樣式。

屬性

備註

這個屬性會決定用於框線的線條樣式。 這一行可以是實線、點線等等。

如需其他框線樣式,請參閱 ChartDashStyle 列舉主題。

注意

這個屬性只適用于 LegendCell 具有 LegendCellType 或的物件 SeriesSymbol Image

適用於