Click or drag to resize

DrawingItem(String, Double, Pen, Boolean, Boolean) Constructor


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public 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