Click or drag to resize

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.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double FontSizeOffset { get; set; }

Property Value

Double
See Also