Click or drag to resize

VGGraph Constructor

Initializes a new instance of the VGGraph class

Namespace:  Novalys.VisualGuard.Security.Monitoring.Graphs
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGGraph(
	string title,
	VGIGraphSeries series,
	List<VGIGraphDataPoint> lstdataPoints
)

Parameters

title
Type: SystemString
series
Type: Novalys.VisualGuard.Security.Monitoring.Graphs.GraphSeriesContainerVGIGraphSeries
lstdataPoints
Type: System.Collections.GenericListVGIGraphDataPoint
See Also