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

Bar3DSeriesViewModel.ShowFacet Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

true if bars should be chamfered; otherwise false.

See Also