XYSeriesConfig🔗
Definition🔗
class XYSeriesConfig:
name: typing.Optional[xychart.XychartXYSeriesConfigName]
frame: typing.Optional[xychart.XychartXYSeriesConfigFrame]
x: typing.Optional[xychart.XychartXYSeriesConfigX]
y: typing.Optional[xychart.XychartXYSeriesConfigY]
color: typing.Optional[xychart.XychartXYSeriesConfigColor]
size: typing.Optional[xychart.XychartXYSeriesConfigSize]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.