LineStyle3DZoomBoxColor Property |
LightningChart .NET Help
Gets and sets line color. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "Yellow")]
public Color Color { get; set; }<DefaultValueAttribute(GetType(Color), "Yellow")>
Public Property Color As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"Yellow")]
property Color Color {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also