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.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double OffsetXEmUnits { get; set; }
Property Value
DoubleSee Also