XtraCharts 2009 Volume 2: New Charts, Hit-Testing, Web Gardens, And More
Check out this list of XtraCharts features and suggestions available for you in the next major release:
- Series View - Add Funnel charts
- Line Series View - Scatter Line (add the capability to draw a line without sorting by point arguments)
- Data Analysis - Linear regression analysis
- Axis - Ability to show scale brakes
- DateTime scale - Provide the capability to automatically set the DateTimeMeasurementUnit and DateTimeGridAlignment for arguments, based on input data
- Chart Title - Support the WordWrap feature if its text is too long (now it is truncated)
- Custom Draw - ability to change the properties for a single AxisLabel
- ObjectHotTracked, ObjectSelected - Ability to determine particular Axis Label and Axis Title items - Hit-testing functionality works on the server and client side.
The DevExpress charts team has been busy.
ASP.NET Or WinForms
Did I mention that all the above features work in both ASP.NET and WinForms? XtraCharts is a unique product because it works in both platforms.
Web Gardens Support
Yes, now the Charts, Gauges, and the ASP.NET binary image control support IIS web gardens.
ASPxBinaryImage, ASPxGauges, XtraCharts - Support Web Gardens
What are web gardens?
A Web garden allows an application to achieve higher scalability because multiple processes are used to process requests on its behalf. Check out this great post for more information.
Web gardens are different from Web farms. A Web garden is configured on a single server by specifying multiple worker processes for an application pool. Web farms use multiple servers for a Web site. (TechNet)
Creating a Web garden for an application pool can also enhance performance:
- Robust processing of requests: When a worker process in an application pool is tied up (for example, when a script engine stops responding), other worker processes can accept and process requests for the application pool.
- Reduced contention for resources
Click the links above to see details on the upcoming features.