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
C# Copy Code |
---|
public SeriesStyle SeriesStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property SeriesStyle As SeriesStyle |
An instance of the SeriesStyle interface.
Charting for .NET MAUI Guide | © 2024 MindFusion |