ScatterChartSpot
A spot on a scatter chart.
Inherits: BaseControl
Properties
color- Color of a spot.label_text- TBDlabel_text_style- TBDpoint- TBDradius- Radius of a spot.render_priority- Sort by this to manage overlap.selected- Whether to treat this spot as selected.show_tooltip- Whether to show the tooltip.tooltip- Tooltip configuration for this spot.visible- Determines whether to show or hide the spot.x- The position of a spot onXaxis.x_error- Determines the error range of the data point using FlErrorRange (which contains lowerBy and upperValue) for theXaxis.y- The position of a spot onYaxis.y_error- Determines the error range of the data point using FlErrorRange (which contains lowerBy and upperValue) for theYaxis.
Properties
label_text_styleclass-attributeinstance-attribute
TBD
render_priorityclass-attributeinstance-attribute
render_priority: Number = 0Sort by this to manage overlap.
selectedclass-attributeinstance-attribute
selected: bool = FalseWhether to treat this spot as selected.