Click or drag to resize

LightningChartInvert Method

LightningChart .NET Help
Opposite color

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Color Invert(
	Color color
)

Parameters

color
Type: System.Windows.MediaColor
Color to convert.

Return Value

Type: Color
The opposite color.
See Also