Specifies the background property
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public SeriesFill Fill { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Fill As SeriesFill
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property SeriesFill^ Fill {
SeriesFill^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Fill : SeriesFill with get
Property Value
Type:
SeriesFill
See Also