Pathbar Type

Constructors

Constructor Description

Pathbar()

Full Usage: Pathbar()

Returns: Pathbar
Returns: Pathbar

Static members

Static member Description

Pathbar.init (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)

Full Usage: Pathbar.init (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)

Parameters:
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`.

?Visible : bool
?Side : Side
?EdgeShape : PathbarEdgeShape
?Thickness : float
?Textfont : Font
Returns: Pathbar

Pathbar.style (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)

Full Usage: Pathbar.style (?Visible, ?Side, ?EdgeShape, ?Thickness, ?Textfont)

Parameters:
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`.

?Visible : bool
?Side : Side
?EdgeShape : PathbarEdgeShape
?Thickness : float
?Textfont : Font
Returns: Pathbar -> Pathbar