from_string method

from_string(value)

Creates a ChartXValue instance of the ChartXValueType.STRING type.

def from_string(self, value: str):
    ...
ParameterTypeDescription
valuestr

See Also