Charting Problem

Hi All,

i have developed a Column chart. and I am showing data table on chart.

My question is how to reduce the font size of text that is there within the Datatable.

i tried for searching chart.Datatable like that property..

I am using ASPOSE VERSION 4.9.1.0.

Please help me out..

Thanks,

Hi Jack,

Please follow the link given below for online demo:



Dim chartTable As ChartDataTable = chart.ChartDataTable
chartTable.Font…Size = 9

In the way given above, you will be able to set the font of the Chart datatable.

Thanks,