Skip to main content

DiagramLightingCollection Class

Represents a collection of Light objects.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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