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

RadarAxisModel.InterlacedFillStyle Property

Returns the model of the interlaced fill style of the modeled Radar or Polar axis.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public PolygonFillStyleModel InterlacedFillStyle { get; }

Property Value

Type Description
PolygonFillStyleModel

The model of the interlaced fill style.

See Also