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