Pathbar Type
Constructors
Constructor | Description |
|
Static members
Static member | Description |
Full Usage:
Pathbar.init (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)
Parameters:
bool
?Side : Side
?EdgeShape : PathbarEdgeShape
?Thickness : float
?Textfont : Font
Returns: Pathbar
|
Initializes pathbar object (used in Chart.Treemap) Parameters: Visible : Determines if the path bar is drawn i.e. outside the trace `domain` and with one pixel gap. Side : Determines on which side of the the treemap the `pathbar` should be presented. EdgeShape: Determines which shape is used for edges between `pathbar` labels. Thickness: Sets the thickness of `pathbar` (in px). If not specified the `pathbar.textfont.size` is used with 3 pixles extra padding on each side. Textfont : Sets the font used inside `pathbar`.
|
Full Usage:
Pathbar.style (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)
Parameters:
bool
?Side : Side
?EdgeShape : PathbarEdgeShape
?Thickness : float
?Textfont : Font
Returns: Pathbar -> Pathbar
|
Applies the given styles to the given pathbar object Parameters: Visible : Determines if the path bar is drawn i.e. outside the trace `domain` and with one pixel gap. Side : Determines on which side of the the treemap the `pathbar` should be presented. EdgeShape: Determines which shape is used for edges between `pathbar` labels. Thickness: Sets the thickness of `pathbar` (in px). If not specified the `pathbar.textfont.size` is used with 3 pixles extra padding on each side. Textfont : Sets the font used inside `pathbar`.
|