Back to Devexpress

CustomAxisLabel.FillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-142dce51.md

latest1.5 KB
Original Source

CustomAxisLabel.FillStyle Property

Gets the fill style settings of a axis custom 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 custom axis’ background.

|

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace