The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have looked at the help, searched for it, but cant find a method which can explicitly change the color of the Line chart. In fact I have 2-5 lines to be drawn on the same chart and the automatically assigned colors seem to be not different from each other. Hence I would like to set the color of the lines for different series manually.
series.Style.Border.Color = Color.Red ' - Color is NOT changing series.Style.Border.Width = 2 ' - Width of the line changes !