Back to Devexpress

DiagramLightingCollection Class

wpf-devexpress-dot-xpf-dot-charts-f2713f53.md

latest2.0 KB
Original Source

DiagramLightingCollection Class

Represents a collection of Light objects.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class DiagramLightingCollection :
    ChartElementCollection<Light>
vb
Public Class DiagramLightingCollection
    Inherits ChartElementCollection(Of Light)

The following members return DiagramLightingCollection objects:

Remarks

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

Inheritance

Object Collection<Light> ObservableCollection<Light> ChartDependencyObjectCollection<Light> ChartElementCollection<Light> DiagramLightingCollection

See Also

DiagramLightingCollection Members

DevExpress.Xpf.Charts Namespace