Click or drag to resize

NumericLabelFormattingScientificMeasuredLabelItem Constructor

Initializes a new instance of the NumericLabelFormattingScientificMeasuredLabelItem class.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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