TotalLabel.FillStyle Property
Returns settings that specify the total labels’ background appearance.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RectangleFillStyle FillStyle { get; }
Property Value
Type | Description |
---|---|
RectangleFillStyle | The storage of settings that specify total labels’ background appearance. |
Remarks
The FillStyle property provides settings that specify the appearance of the total label’s background. Refer to the PolygonFillStyle class description for detailed information about the available settings.
See Also