LegendItem.MarkerStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例项标记样式。 也用于启用或禁用标记的显示。
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 整数枚举。 默认值是 None。
- 属性
注解
若要禁用标记,请将此属性设置为 None 。
备注
此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image 。