Search
TickSettings.showMaxValueTick Property
See Also
 






Gets or sets a value indicating whether to display a tick for the maxValue of the scale.

Namespace: MindFusion.Gauges
File: TickSettings.js

 Syntax

JavaScript  Copy Code

get showMaxValueTick() {}
set showMaxValueTick(value) {}

 Property Value

Boolean

True to display a tick for the maxValue, otherwise false.

 See Also