PlanBaseDrawCounterWithLabel Method |
Display a counter value as a number with a label in the current plan's rectangle.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void DrawCounterWithLabel(
string Label,
Counter counter,
KnownColor color
)
Parameters
- Label
- Type: SystemString
String containing the text of the label - counter
- Type: (Default Namespace)Counter
Counter whose value will be displayed - color
- Type: System.DrawingKnownColor
Color of the label and quantity text
Remarks The label and quantity are merged into a single string of
text and drawn at the top left corner of the plan's rectangle.
See Also