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

Diagram3D.Lighting Property

Gets or sets the lighting used in the current 3D diagram.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public DiagramLightingCollection Lighting { get; set; }

Property Value

Type Description
DiagramLightingCollection

A DiagramLightingCollection object.

See Also