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

XYDiagram3D.Material Property

Gets or sets a material to draw the 3D Diagram.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Material Material { get; set; }

Property Value

Type Description
Material

A Material object, specifying the material for the diagram.

See Also