LegendItem.BorderDashStyle 属性

定义

获取或设置图例项的边框样式。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartDashStyle BorderDashStyle { System::Windows::Forms::DataVisualization::Charting::ChartDashStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartDashStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartDashStyle BorderDashStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BorderDashStyle : System.Windows.Forms.DataVisualization.Charting.ChartDashStyle with get, set
Public Property BorderDashStyle As ChartDashStyle

属性值

一个 ChartDashStyle 枚举值,该值决定了图例项的边框样式。

属性

注解

此属性确定用于边框的线条样式。 线条可以是实线、虚线等。

有关其他边框样式, ChartDashStyle 请参阅枚举主题。

注意

此属性仅适用于 LegendCellLegendCellTypeImageSeriesSymbol 对象。

适用于