'Declaration <DescriptionAttribute("The fill color for 'series' panel.")> <CategoryAttribute("Series Panel Appearance")> Public Property SeriesPanelFillColor As System.Windows.Media.Color
[Description("The fill color for 'series' panel.")] [Category("Series Panel Appearance")] public System.Windows.Media.Color SeriesPanelFillColor { get; set; }
[Description("The fill color for 'series' panel.")] [Category("Series Panel Appearance")] public: __property System.Windows.Media.Color* get_SeriesPanelFillColor(); public: __property void set_SeriesPanelFillColor(
System.Windows.Media.Color* value
);
[Description("The fill color for 'series' panel.")] [Category("Series Panel Appearance")] public:
property System.Windows.Media.Color^ SeriesPanelFillColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }