AxisLabel.FillStyle Property
Gets the fill style settings of a axis label.
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 | A RectangleFillStyle object which specifies the fill style for the axis’ background. |
See Also