Skip to main content

AreaSeries3D.ActualMaterial Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Material ActualMaterial { get; }

Property Value

Type Description
Material

A Material object, specifying the material for the series.

See Also