A SeriesStyle instance specifying the appearance of series associated with this renderer.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public SeriesStyle SeriesStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SeriesStyle As SeriesStyle |
An instance of a SeriesStyle-derived class.
See Also