Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
EmptyChart - Change Style
posted

Hi.

I'm using Infragistics version 12.1.20121.2048.

I've built a bar chart and it works fine.

When the graphic has no data it shows a message that is defined through the property EmptyChartText. But I'd like to change the font-size of this message because it is too big.

Is that possible? I tried to do this:

Me.UltraChart1.Font.Size = New System.Web.UI.WebControls.FontUnit(10, UnitType.Pixel)

But the font size remains the same for the message.

Thank you

Parents Reply Children
No Data