Alex Gorev's Weblog

Data Visualization

March, 2009

Posts
  • Alex Gorev's Weblog

    Displaying Categorical Axis Labels.

    • 11 Comments
    In this post I will discuss labeling of the categorical axes in SQL Reporting Services (SSRS) and .NET Chart controls. Same engine is used between these two products and they have exactly the same behavior. You can find detailed steps and sample code...
  • Alex Gorev's Weblog

    Aligning Multiple Series with Categorical Values

    • 5 Comments
    Binding Categorical Data Overview Binding chart to the data source with categorical values is pretty simple and usually requires just one line of code: Chart1.Series[ "Series1" ].Points.DataBind(mySource, "ProductName" , "Sales...
  • Alex Gorev's Weblog

    Charting With ASP.NET and LINQ

    • 0 Comments
    Check out the new MSDN article about how to use ASP.NET Chart control with LINQ by K. Scott Allen: http://msdn.microsoft.com/en-us/magazine/dd453008.aspx Alex.
Page 1 of 1 (3 items)