Browse By Tags

  • Reading the settings of xamwebchart through a configuration file

    HI,

    I have a query regarding the xamwebchart. The xamwebchart has many settings which can be done through the back end code like the follwing sample:

     

    Axis xAxis = new Axis();
    xAxis.AxisType = 
    AxisType.PrimaryX;
    chart.Axes.Add(xAxis);

    Axis yAxis = ne…

  • Reading the settings of xamwebchart through a configuration file

    Post removed