color property
color property
Represents the Color of the line.
Definition:
@property
def color(self):
    ...
@color.setter
def color(self, value):
    ...
See Also
- module aspose.cells.charts
- class Trendline
Represents the Color of the line.
@property
def color(self):
    ...
@color.setter
def color(self, value):
    ...
aspose.cells.chartsTrendline