plotstyle_name property

plotstyle_name property

Gets or sets the name of the plotstyle.

Definition:

@property
def plotstyle_name(self):
    ...
@plotstyle_name.setter
def plotstyle_name(self, value):
    ...

See Also