Skip to main content
A newer version of this page is available. .

AxisLabel.FillStyle Property

Gets the fill style settings of a axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[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