LegendKey.MarkerBackgroundColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将数据标志的背景色设置为 RGB 值或返回对应的颜色索引值。 仅适用于折线图、散点图和雷达图。
public:
property int MarkerBackgroundColor { int get(); void set(int value); };
public int MarkerBackgroundColor { get; set; }
Public Property MarkerBackgroundColor As Integer