AxisBaseModel.Interlaced Property
Gets or sets the value of the AxisBase.Interlaced within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions(2, "General", -1)]
[LocalizableCategory(DesignerCategories.Appearance)]
public bool Interlaced { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to apply interlacing; otherwise false. |
See Also