Back to Devexpress

AxisLabel.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-axislabel-26f6364f.md

latest1.4 KB
Original Source

AxisLabel.FillStyle Property

Gets the fill style settings of a axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property FillStyle As RectangleFillStyle

Property Value

TypeDescription
RectangleFillStyle

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

|

See Also

AxisLabel Class

AxisLabel Members

DevExpress.XtraCharts Namespace