LegendKey.MarkerBackgroundColorIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置标记背景色作为当前调色板的索引,或作为以下 XlColorIndex 常量之一: xlColorIndexAutomatic 或 xlColorIndexNone。 仅适用于折线图、散点图和雷达图。
public:
property Microsoft::Office::Interop::Excel::XlColorIndex MarkerBackgroundColorIndex { Microsoft::Office::Interop::Excel::XlColorIndex get(); void set(Microsoft::Office::Interop::Excel::XlColorIndex value); };
public Microsoft.Office.Interop.Excel.XlColorIndex MarkerBackgroundColorIndex { get; set; }
Public Property MarkerBackgroundColorIndex As XlColorIndex