Click or drag to resize

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.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Scale ScaleToEdit { get; set; }

Property Value

Scale
The scale to edit.
Exceptions
ExceptionCondition
ArgumentNullExceptionScaleToEdit
See Also