Search
Plot.SeriesStyle Property
See Also
 






Gets or sets a SeriesStyle whose attributes should be used to draw series inside this plot, unless their own renderers have a local SeriesStyle value set for respective attribute.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public SeriesStyle SeriesStyle { get; set; }

Visual Basic  Copy Code

Public Property SeriesStyle As SeriesStyle

 Property Value

An instance of the SeriesStyle interface.

 See Also