Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jan 27, 2011 3:07 am

I need to set the first row and first column as label of my chart. Can you help me to complete it?

smilesunshine99
 
Posts: 8
Joined: Tue Dec 21, 2010 7:09 am

Fri Jan 28, 2011 3:59 am

You may set the CategoryLabel property of the ChartSerie and specify the cell range to generate the labels. Code: cs.CategoryLabels = sheet.Range["A2:A4"].
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.XLS