Hi,
I'm new to the Infragistics products and have three questions regarding the UltraChart component:
Any help is appreciated.
1). this.UltraChart1.Axis.Y.Extent = 100;
this.UltraChart1.Axis.X.Extent = 100;
2). this.UltraChart1.BackColor = Color.Transparent;
this.UltraChart1.Axis.BackColor = Color.Transparent;
3). this.UltraChart1.DeploymentScenario.ImageType = ImageFormat.Png;
Just to add that IE 6.0 doesn't support trancparency by default.
http://support.microsoft.com/kb/294714
I'm still having trouble with the Extent property. I've tried setting it to 100 to 10 and it doesn't seem to affect the amount of padding separating the actual chart to the edge of the image. In fact, there isn't a difference in how my chart renders when I change this value. Am I missing something?