LabelPlotStyleFontSizeOffset Property |
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 public double FontSizeOffset { get; set; }
Property Value
DoubleSee Also