LegendItem.ImageStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例项图像的显示样式。
public:
property System::Windows::Forms::DataVisualization::Charting::LegendImageStyle ImageStyle { System::Windows::Forms::DataVisualization::Charting::LegendImageStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendImageStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.LegendImageStyle ImageStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageStyle : System.Windows.Forms.DataVisualization.Charting.LegendImageStyle with get, set
Public Property ImageStyle As LegendImageStyle
属性值
一个 LegendImageStyle 枚举值,该值指定图例项图片的显示样式。
- 属性
注解
这些样式确定如何显示项的相应符号。
Line样式可与 Marker 样式组合。 若要实现此目的,请先将 ImageStyle 属性设置为 Line 。 然后,使用 MarkerImage 属性指定标记图像,或使用属性 MarkerStyle 指定标记样式。 生成的符号将是线条和图像或标记的组合。
备注
此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image 。