hi guys
i want to craete a chart with multiple line or scatter series with logrithmic scaling ,
but i want to add these series dynamically , how can i do that ?
regards,
Adding series:
http://help.infragistics.com//NetAdvantage/DV/2009.2/CLR3.5/?page=SL_DV_xamWebChart_Manually_Create_Data_Points_for_a_Scatter_Chart.html
Using log axis:
<igChart:XamWebChart x:Name="Chart1">
<igChart:XamWebChart.Axes>
<igChart:Axis AxisType="PrimaryY"
Logarithmic="True" >