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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public PolygonFillStyleModel InterlacedFillStyle { get; }
Property Value
Type | Description |
---|---|
PolygonFillStyleModel | The model of the interlaced fill style. |
See Also