get_automatic_series_color method

get_automatic_series_color

Returns an automatic color of series based on series index and chart style. This color is used by default if FillType equals NotDefined.

Returns

Automatic color of series aspose.pydrawing.Color

def get_automatic_series_color(self):
    ...

See Also