Bar3DSeriesView.BarModel Property
In This Article
Gets or sets the model of data point bars.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public Bar3DPointModel BarModel { get; set; }
#Property Value
Type | Description |
---|---|
Bar3DPoint |
The bar model. |
See Also