PointShapeStyleBaseSHAPEColor3 Property |
LightningChart .NET Help
Color 3. Not used in all shapes.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "Black")]
public Color Color3 { get; set; }<DefaultValueAttribute(GetType(Color), "Black")>
Public Property Color3 As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Black")]
property Color Color3 {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also