LegendItem.BorderDashStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖例項目的框線樣式。
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 列舉主題。
注意
這個屬性只適用于 LegendCell 具有 LegendCellType 或的物件 SeriesSymbol Image 。