IScatterplotXAxis MembersQlik Sense .NET SDK - API Reference
The IScatterplotXAxis type exposes the following members.
Properties

  NameDescription
Public propertyAutoMinMax
Automatic max/min
(Inherited from IMeasureAxis.)
Public propertyDock
(Inherited from IMeasureAxis.)
Public propertyMax
Axis max value. Automatic max/min must be turned off and minMax must be set to 'max' or 'minMax' to use this property
(Inherited from IMeasureAxis.)
Public propertyMin
Axis min value. Automatic max/min must be turned off and minMax must be set to 'min' or 'minMax' to use this property
(Inherited from IMeasureAxis.)
Public propertyMinMax
Set custom max/min
(Inherited from IMeasureAxis.)
Public propertyShow
Labels and title
(Inherited from IMeasureAxis.)
Public propertySpacing
Axis scale
(Inherited from IMeasureAxis.)
Back to Top
See Also