LegendItem.BorderDashStyle 属性

定义

获取或设置图例项的边框样式。Gets or sets the border style of a legend item.

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 枚举值,该值决定了图例项的边框样式。A ChartDashStyle enumeration value that determines the border style of the legend item.

属性

注解

此属性确定用于边框的线条样式。This property determines the line style used for a border. 该行可以是纯色、点线等。The line can be solid, dotted, and so forth.

有关其他边框样式,请参阅 ChartDashStyle 枚举主题。For other border styles, see the ChartDashStyle enumeration topic.

备注

此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol ImageThis property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.

适用于