NumericLabelFormattingScientificMeasuredLabelItem Constructor |
Namespace: Altaxo.Graph.Gdi.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MeasuredLabelItem(
Graphics g,
FontX font1,
FontX font2,
StringFormat strfmt,
string firstpart,
string exponent,
string lastpart,
float maxexposize
)
Parameters
- g Graphics
- The graphics context used for measurement.
- font1 FontX
- The base font.
- font2 FontX
- The exponent font.
- strfmt StringFormat
- The string format.
- firstpart String
- The leading portion of the label.
- exponent String
- The exponent portion of the label.
- lastpart String
- The trailing portion of the label.
- maxexposize Single
- The maximum measured exponent width.
See Also