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
320
Need code samples for creating Area and Bar chart types in composite chart.
posted

Hi,

I am using composite chart to display the chart types like Line, Scatter, Area and Bar chart. In my code, the Line and Scatter charts are working fine. But the Area and Bar charts are not appearing in the composite chart. Could you please suggest me the right steps to follow in displaying the Area and Bar charts in the composite chart?

Note: I have reffered the Axis Requirements in the Infragistics online help, they suggesting to use the following requirements for composite chart...

Chart TypeX-AxisY-AxisY2-Axis

Area (2D)

Both:

AxisDataType=String/Time

and

SetLabelAxisType=Continuous

AxisDataType=Numeric

n/a

Bar (2D)

AxisDataType=Numeric

AxisDataType=String

SetLabelAxisType=GroupBySeries

n/a

 But in my requirement, I need to use "X-axis as Time/Numeric" & "Y-axis as Numeric" for both Area and Bar chart. Please suggest me a solution. 

Thanks & Regards,

Raaj

Parents Reply Children