LightningChart .NET Help
Palette coloring type
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(LightType.PointOfLight)]
public LightType Type { get; set; }<DefaultValueAttribute(LightType.PointOfLight)>
Public Property Type As LightType
Get
Set
public:
[DefaultValueAttribute(LightType::PointOfLight)]
property LightType Type {
LightType get ();
void set (LightType value);
}Property Value
Type:
LightType
See Also