DrawingItem(String, Double, Pen, Boolean, Boolean) Constructor |
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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