Chart.PaletteCustomColors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置自定义调色板颜色的数组。
public:
property cli::array <System::Drawing::Color> ^ PaletteCustomColors { cli::array <System::Drawing::Color> ^ get(); void set(cli::array <System::Drawing::Color> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ColorArrayConverter))]
public System.Drawing.Color[] PaletteCustomColors { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ColorArrayConverter))>]
member this.PaletteCustomColors : System.Drawing.Color[] with get, set
Public Property PaletteCustomColors As Color()
属性值
- Color[]
Color 对象的数组,这些对象表示图表上的系列使用的颜色集。
- 属性
注解
如果需要超过 16 种颜色或想要将自己的颜色应用于图表,则必须定义自定义调色板。 使用自定义调色板可以按颜色在图表上的所需显示顺序来添加您自己的颜色。 如果图表中的系列数在设计时未知,则这种类型的调色板尤其有用。