Namespace: GF.Clients.Charts.Custom.Utils
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public T Create<T>( DateTime start, double startValue, DateTime end, double endValue ) where T : new(), DrawingObject
Parameters
- start
- Type: SystemDateTime
- startValue
- Type: SystemDouble
- end
- Type: SystemDateTime
- endValue
- Type: SystemDouble
Type Parameters
- T
Return Value
Type: TSee Also