Skip to main content

Bar3DSeriesViewModel.ShowFacet Property

Gets or sets the value of the Bar3DSeriesView.ShowFacet within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[DependentUpon("Model")]
public bool ShowFacet { get; set; }

Property Value

Type Description
Boolean

true if bars should be chamfered; otherwise false.

See Also