VizLegendOptions
Constructor
Methods
build
Builds the object.
def build() -> common.VizLegendOptions
as_table
def as_table(as_table: bool) -> typing.Self
calcs
def calcs(calcs: list[str]) -> typing.Self
display_mode
def display_mode(display_mode: common.LegendDisplayMode) -> typing.Self
is_visible
def is_visible(is_visible: bool) -> typing.Self
placement
def placement(placement: common.LegendPlacement) -> typing.Self
show_legend
def show_legend(show_legend: bool) -> typing.Self
sort_by
def sort_by(sort_by: str) -> typing.Self
sort_desc
def sort_desc(sort_desc: bool) -> typing.Self
width
def width(width: float) -> typing.Self
See also