ComponentOne Chart for WPF and Silverlight
Lights Property


C1.WPF.C1Chart Namespace > ChartView Class : Lights Property
Gets or sets the collection of lights(3D only).
Syntax
'Declaration
 
Public Property Lights As LightCollection
'Usage
 
Dim instance As ChartView
Dim value As LightCollection
 
instance.Lights = value
 
value = instance.Lights
public LightCollection Lights {get; set;}
See Also

Reference

ChartView Class
ChartView Members