-2

how to add background color for each series in highcharts {edited image with paint}

KHL
  • 455
  • 2
  • 12
David Lee
  • 61
  • 1
  • 6
  • Hi @Harvin Chandran, Could you describe more precisely what you want to achieve and in which environment you use Highcharts? – ppotaczek Feb 13 '20 at 09:43

1 Answers1

0

API reference for .NET Highcharts :

Series = new List<Series>
{
    new ColumnSeries
    {
        Color = "rgba(22,22,22,22)",
KHL
  • 455
  • 2
  • 12