YAxis
public struct YAxis : Encodable
Undocumented
-
Determines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out.
If auto, the autorange will be used. If fixed, the
See morerangeis used. If match, the current range of the corresponding y-axis on the main subplot is used.Declaration
Swift
public enum RangeMode : String, Encodable -
Determines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out.
If auto, the autorange will be used. If fixed, the
rangeis used. If match, the current range of the corresponding y-axis on the main subplot is used.Declaration
Swift
public var rangeMode: RangeMode? -
Sets the range of this axis for the rangeslider.
Declaration
Swift
public var range: InfoArray? -
Creates
YAxisobject with specified properties.Parameters
rangeModeDetermines whether or not the range of this axis in the rangeslider use the same value than in the main plot when zooming in/out.
rangeSets the range of this axis for the rangeslider.
View on GitHub
Install in Dash
YAxis Structure Reference