SeriesPointStyleFill Property |
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[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SeriesFill Fill { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Fill As SeriesFill
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property SeriesFill^ Fill {
SeriesFill^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Fill : SeriesFill with get
Property Value
Type:
SeriesFill
See Also