ScaleWithTicksControllerScaleToEdit Property |
Gets or sets the scale to edit. This is the scale that is shown in the dialog. If _doc is a LinkedScale, the ScaleToEdit is the scale wrapped by the LinkedScale.
Otherwise it is _doc.
Namespace: Altaxo.Gui.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected Scale ScaleToEdit { get; set; }
Property Value
Scale
The scale to edit.
Exceptions See Also