LabelPlotStyle_fontSizeOffset Field |
Offset used to calculate the font size in dependence on the symbol size., according to the formula:
fontSize =
_fontSizeOffset +
_fontSizeFactor *
_symbolSize;
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected double _fontSizeOffset
Field Value
DoubleSee Also