data_source_type_for_y_values property

data_source_type_for_y_values property

Specifies whether AsCell or AsLiteralString or AsLiteralDouble property is actual in data points YValue property object. In other words it specifies the type of value of ChartDataPointEx.YValue.Data property. Read/write DataSourceType.

Definition:

@property
def data_source_type_for_y_values(self):
    ...

@data_source_type_for_y_values.setter
def data_source_type_for_y_values(self, value):
    ...

See Also