Kindly provide executable code with the problem statement included in it caz it would take more time to make it executable than solving the problem.
On Feb 11, 5:49 pm, Jammy <[email protected]> wrote: > <mx:ColumnChart fontWeight="bold" dataTipFunction="datatip_2" > id="myChart_hori" fontSize="8" dataProvider="{arr_Coll}" > showDataTips="true" columnWidthRatio=".8" width="479" height="290" > y="25" x="6"> > <mx:horizontalAxis > > <mx:CategoryAxis > dataProvider="{arr_Coll}" > categoryField="Qtr" > /> > </mx:horizontalAxis> > <mx:series> > > <mx:ColumnSet type="stacked" > > > <mx:ColumnSeries displayName="ISR" fill="{sc1}" > showDataEffect="slideIn" hideDataEffect="slideOut" fontWeight="bold" > id="col1" labelPosition="inside" labelSizeLimit="5" > labelFunction="placeLabel" > xField="Qtr" > yField="val1"/> > > <mx:ColumnSeries displayName="ESR" id="col2" > fontWeight="bold" showDataEffect="slideIn" hideDataEffect="slideOut" > labelPosition="inside" labelSizeLimit="5" > labelFunction="placeLabel" > xField="Qtr" > yField="val2"/> > > <mx:ColumnSeries displayName="Total Tickets" > fontWeight="bold" id="col3" showDataEffect="slideIn" > hideDataEffect="slideOut" labelPosition="inside" > labelFunction="placeLabel" labelSizeLimit="5" alpha="0" > xField="Qtr" > yField="val3"/> > > </mx:ColumnSet > > > <mx:ColumnSet type="overlaid" > > <mx:ColumnSeries showDataEffect="slideIn" > name="HgeenLine" hideDataEffect="slideOut" > itemRenderer="As.AverageLineRenderer" > yField="line" columnWidthRatio="0.1" /> > </mx:ColumnSet> > > </mx:series> > </mx:ColumnChart> > > On Feb 10, 10:36 pm, nithya flex <[email protected]> wrote: > > > > > Please post u r code > > > On Thu, Feb 10, 2011 at 7:45 PM, Jammy <[email protected]> wrote: > > > Hi, > > > > I have a column chart which has many column series and one line series > > > in it, > > > My problem is , When i add the line series in it , the columns move > > > left by few inches and its not center aligned. > > > Is there any solution to center the columns, even after adding a line > > > series in it. > > > > Please let me know a solution as soon as possible. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Flex India Community" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/flex_india?hl=en.-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

