DrawingObjectsCreateT Method (Int32, Int32, Double, Int32, Int32, Double)

GF Charts Help

Namespace:  GF.Clients.Charts.Custom.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public T Create<T>(
	int startDate,
	int startTime,
	double startValue,
	int endDate,
	int endTime,
	double endValue
)
where T : new(), DrawingObject

Parameters

startDate
Type: SystemInt32
startTime
Type: SystemInt32
startValue
Type: SystemDouble
endDate
Type: SystemInt32
endTime
Type: SystemInt32
endValue
Type: SystemDouble

Type Parameters

T

Return Value

Type: T
See Also

Reference