AxisLabel.FillStyle Property
In This Article
Gets the fill style settings of a axis label.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
See Also