Skip to main content

CustomAxisLabel.FillStyle Property

Gets the fill style settings of a axis custom label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleFillStyle FillStyle { get; }

Property Value

Type Description
RectangleFillStyle

A RectangleFillStyle object which specifies the fill style for the custom axis’ background.

See Also