Skip to content

ScatterSeriesConfig🔗

Constructor🔗

ScatterSeriesConfig()

Methods🔗

build🔗

Builds the object.

def build() -> xychart.ScatterSeriesConfig

axis_border_show🔗

def axis_border_show(axis_border_show: bool) -> typing.Self

axis_centered_zero🔗

def axis_centered_zero(axis_centered_zero: bool) -> typing.Self

axis_color_mode🔗

def axis_color_mode(axis_color_mode: common.AxisColorMode) -> typing.Self

axis_grid_show🔗

def axis_grid_show(axis_grid_show: bool) -> typing.Self

axis_label🔗

def axis_label(axis_label: str) -> typing.Self

axis_placement🔗

def axis_placement(axis_placement: common.AxisPlacement) -> typing.Self

axis_soft_max🔗

def axis_soft_max(axis_soft_max: float) -> typing.Self

axis_soft_min🔗

def axis_soft_min(axis_soft_min: float) -> typing.Self

axis_width🔗

def axis_width(axis_width: float) -> typing.Self

frame🔗

def frame(frame: float) -> typing.Self

hide_from🔗

def hide_from(hide_from: cogbuilder.Builder[common.HideSeriesConfig]) -> typing.Self

label🔗

def label(label: common.VisibilityMode) -> typing.Self

label_value🔗

def label_value(label_value: cogbuilder.Builder[common.TextDimensionConfig]) -> typing.Self

line_color🔗

def line_color(line_color: cogbuilder.Builder[common.ColorDimensionConfig]) -> typing.Self

line_style🔗

def line_style(line_style: cogbuilder.Builder[common.LineStyle]) -> typing.Self

line_width🔗

def line_width(line_width: int) -> typing.Self

name🔗

def name(name: str) -> typing.Self

point_color🔗

def point_color(point_color: cogbuilder.Builder[common.ColorDimensionConfig]) -> typing.Self

point_size🔗

def point_size(point_size: cogbuilder.Builder[common.ScaleDimensionConfig]) -> typing.Self

scale_distribution🔗

def scale_distribution(scale_distribution: cogbuilder.Builder[common.ScaleDistributionConfig]) -> typing.Self

show🔗

def show(show: xychart.ScatterShow) -> typing.Self

x🔗

def x(x: str) -> typing.Self

y🔗

def y(y: str) -> typing.Self

See also🔗