Click or drag to resize

LabelPlotStyleOffsetXEmUnits Property

The x offset relative to font size, i.e. a value of 1 is 1*FontSize. Total offset is calculated according to: totalOffset = OffsetXPoints + OffsetXEmUnits * emSize + OffsetXSymbolSizeUnits * 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 OffsetXEmUnits { get; set; }

Property Value

Double
See Also