SharpPlot Reference > SharpPlot Methods > DrawKey Method > (Double,Double,KeyDefinition[]) SharpPlot.DrawKey Method (Double,Double,KeyDefinition[])
This will draw and clear any pending keys, using the current setting of key text.
public void DrawKey(
double keyPositionX,
double keyPositionY,
KeyDefinition[] keyDefinition
);
-
keyPositionX
- Horizontal position in pts, chart coord or as percentage.
-
keyPositionY
- Vertical position in pts, chart coord or as percentage.
-
keyDefinition
- Replacement for accumulated key placeholders.
See also ...SharpPlot Members | SharpPlot.DrawKey Method
Send comments on this topic © Dyalog Ltd 2021
|