Skip to content

XYShowMode🔗

Definition🔗

type XYShowMode string
const (
    XYShowModePoints XYShowMode = "points"
    XYShowModeLines XYShowMode = "lines"
    XYShowModePointsAndLines XYShowMode = "points+lines"
)