DrawingItem(String, Double, Pen, Boolean, Boolean) Constructor | 
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic DrawingItem(
	string displayName,
	double value,
	Pen pen,
	bool isVisible = true,
	bool isAlert = false
)
Parameters
- displayName  String
 -  
 - value  Double
 -  
 - pen  Pen
 -  
 - isVisible  Boolean  (Optional)
 -  
 - isAlert  Boolean  (Optional)
 -  
 
See Also