Dimension Type
Dimensions type inherits from dynamic object
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
Dimension.initParallel (?ConstraintRange, ?Label, ?MultiSelect, ?Name, ?Range, ?TemplateItemName, ?TickFormat, ?TickText, ?Tickvals, ?Values, ?Visible)
Parameters:
Range
?Label : 'a
?MultiSelect : bool
?Name : string
?Range : Range
?TemplateItemName : string
?TickFormat : TickMode
?TickText : 'b seq
?Tickvals : 'c seq
?Values : 'd seq
?Visible : bool
Returns: Dimension
|
|
Full Usage:
Dimension.style (?Label, ?Name, ?TemplateItemName, ?Values, ?Visible, ?ConstraintRange, ?MultiSelect, ?Range, ?TickFormat, ?TickText, ?Tickvals, ?AxisMatches, ?AxisType)
Parameters:
'a
?Name : string
?TemplateItemName : string
?Values : 'b seq
?Visible : bool
?ConstraintRange : Range
?MultiSelect : bool
?Range : Range
?TickFormat : TickMode
?TickText : 'c seq
?Tickvals : 'd seq
?AxisMatches : bool
?AxisType : AxisType
Returns: Dimension -> Dimension
|