NumericLabelFormattingScientificMeasuredLabelItem Constructor |
Initializes a new measured scientific label item.
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MeasuredLabelItem(
IGraphicsContext3D g,
FontX3D font1,
FontX3D font2,
string firstpart,
string exponent,
string lastpart,
double maxexposize
)
Parameters
- g IGraphicsContext3D
- The graphics context used for measurement.
- font1 FontX3D
- The primary font.
- font2 FontX3D
- The font used for the exponent.
- firstpart String
- The mantissa text.
- exponent String
- The exponent text.
- lastpart String
- The suffix text.
- maxexposize Double
- The maximum exponent width used for alignment.
See Also