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

AreaSeries3D.ActualMaterial Property

Gets the actual material which is used to draw a 3D Area Series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Material ActualMaterial { get; }

Property Value

Type Description
Material

A Material object, specifying the material for the series.

See Also