Click or drag to resize

VGMonitoringInstanceGetHistoricalGraph Method

This method gets historical information in graph format for specified eventIds and parameters.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGMonitoringGraph GetHistoricalGraph(
	DateTime startTime,
	DateTime endTime,
	VGGraphDurationTypes durationType,
	List<VGIGraphSeries> lstGraphSeries
)

Parameters

startTime
Type: SystemDateTime
StarTime
endTime
Type: SystemDateTime
EndTime
durationType
Type: Novalys.VisualGuard.Security.Monitoring.GraphsVGGraphDurationTypes
Duration Type of graph. ex. hourly, daily, monthly etc.
lstGraphSeries
Type: System.Collections.GenericListVGIGraphSeries
List of graph series, ex. SuccessfulLogins, BadLogins, etc.

Return Value

Type: VGMonitoringGraph
VGMonitoringGraph object containing information to represent a graph.
See Also