ChartDataLabel ShowSeriesName property. Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. true to show the series name false to hide. By default false in C#.... AreEqual ( "Series 2" , chart . Series [ 1 ]. Name..."Series 3" , chart . Series [ 2 ]. Name ); // Apply data labels...