get_automatic_data_point_color method

get_automatic_data_point_color

Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined.

Returns

Automatic color of data point aspose.pydrawing.Color

def get_automatic_data_point_color(self):
    ...

See Also