how can i have differant font for chart title and axis title. i have use the below code but it is apply to both. i want both differ
_chart.ChartArea.TextFont.Color = Color.Black;
_chart.ChartArea.TextFont.Name = "Lucida Sans";
_chart.ChartArea.TextFont.Size = 8;