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

DiagramLightingCollection Class

Represents a collection of Light objects.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public class DiagramLightingCollection :
    ChartElementCollection<Light>

The following members return DiagramLightingCollection objects:

Remarks

An instance of the DiagramLightingCollection class is returned by the Diagram3D.Lighting property.

See Also