DrawingObjectsCreateT Method (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 Date,
	int Time,
	double Value
)
where T : new(), DrawingObject

Parameters

Date
Type: SystemInt32
Time
Type: SystemInt32
Value
Type: SystemDouble

Type Parameters

T

Return Value

Type: T
See Also

Reference