Search
SeriesRenderer.SeriesStyle Property
See Also
 






A SeriesStyle instance specifying the appearance of series associated with this renderer.

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 a SeriesStyle-derived class.

 See Also