x_data_string_data property

x_data_string_data property

Gets or sets the xdata string data.

Definition:

@property
def x_data_string_data(self):
    ...
@x_data_string_data.setter
def x_data_string_data(self, value):
    ...

See Also