MindFusion.Wpf Pack Programmer's Guide
Chart3D.Lights Property
See Also
 





Gets or sets the lights in the chart model. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public ObservableCollection<Light> Lights { get; set; }

Visual Basic  Copy Code

Public Property Lights As ObservableCollection(Of Light)

 Property Value

A collection of WPF Light objects.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace