OrientationArrowsOptions3DColorArrowY Property |
LightningChart .NET Help
Color of Y-axis Orientation Arrow. Default 'Green'
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "Green")]
public Color ColorArrowY { get; set; }<DefaultValueAttribute(GetType(Color), "Green")>
Public Property ColorArrowY As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Green")]
property Color ColorArrowY {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also