AD
Administrator
Syncfusion Team
August 12, 2005 07:41 AM UTC
Hi Jose,
Is this in addition to the Chart title? I can add a feature request for adding the ability to create additional text/title like objects within the chart control.
If you are looking for a multiline title with a different font, that is already possible.
Setting multiline title:
this.chartControl1.Text = "This is a multiline Chart Control Title\r\nThis is a multiline Chart Control Title\r\nThis is a multiline Chart Control Title";
this.chartControl1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
Please let me know.
Thanks,
Davis