Diagram3D.Lighting Property
In This Article
Gets or sets the lighting used in the current 3D diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DiagramLightingCollection Lighting { get; set; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also