Gets or sets the lights in the chart model. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<Light> Lights { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Lights As ObservableCollection(Of Light) |
A collection of WPF Light objects.
See Also