Search
TickSettings.showTicks Property
See Also
 






Gets or sets a value indicating whether the ticks are visible.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

get showTicks() {}
set showTicks(value) {}

 Property Value

Boolean

True if ticks are visible, otherwise false.

 See Also