'Declaration <CategoryAttribute("Attributes")> <DescriptionAttribute("Gives you access to the LightModel controlling the chart scene lighting")> Public Property LightModel As LightModel
'Usage Dim instance As Chart Dim value As LightModel instance.LightModel = value value = instance.LightModel
[Category("Attributes")] [Description("Gives you access to the LightModel controlling the chart scene lighting")] public LightModel LightModel {get; set;}