LegendItem.MarkerStyle 属性

定义

获取或设置图例项标记样式。 也用于启用或禁用标记的显示。

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

属性值

MarkerStyle

指定图例项标记样式的 MarkerStyle 整数枚举。 默认值是 None

属性

注解

若要禁用标记,请将此属性设置为 None

备注

此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image

适用于