Click or drag to resize

Plot2dSetPlotAxisColor Method

http://www.emgu.com
Set the axis color

Namespace:  Emgu.CV.Plot
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetPlotAxisColor(
	MCvScalar plotAxisColor
)

Parameters

plotAxisColor
Type: Emgu.CV.StructureMCvScalar
the axis color
See Also