ItemLocationDirectControllerShowScaleElements Method |
Shows or hides the scale-related UI elements and sets their enabled state.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ShowScaleElements(
bool isVisible,
bool isEnabled
)
Parameters
- isVisible Boolean
- If set to true, scale elements are made visible.
- isEnabled Boolean
- If set to true, scale elements are enabled.
See Also