'Declaration <DescriptionAttribute("The padding for 'series' panel.")> <CategoryAttribute("Series Panel Appearance")> Public Property SeriesPanelPadding As Vintasoft.Primitives.VintasoftPadding
[Description("The padding for 'series' panel.")] [Category("Series Panel Appearance")] public Vintasoft.Primitives.VintasoftPadding SeriesPanelPadding { get; set; }
[Description("The padding for 'series' panel.")] [Category("Series Panel Appearance")] public: __property Vintasoft.Primitives.VintasoftPadding get_SeriesPanelPadding(); public: __property void set_SeriesPanelPadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Description("The padding for 'series' panel.")] [Category("Series Panel Appearance")] public:
property Vintasoft.Primitives.VintasoftPadding SeriesPanelPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }