Click or drag to resize

PerformanceItemT Constructor


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public PerformanceItem(
	T key,
	double value,
	string xAxisLable
)

Parameters

key  T
 
value  Double
 
xAxisLable  String
 
See Also