data_source_type property

data_source_type property

Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType.

Remarks

For points in ChartDataPointCollection this property is read-only. In this case for changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<…> properties.

Definition:

@property
def data_source_type(self):
    ...

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

See Also