LabelFormattingBaseMeasuredLabelItem Constructor |
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MeasuredLabelItem(
IGraphicsContext3D g,
FontX3D font,
string itemtext
)
Parameters
- g IGraphicsContext3D
- The graphics context.
- font FontX3D
- The font.
- itemtext String
- The label text.
See Also