Infragistics® WebChart™ (NetAdvantage® for Web Client)
| Author |
|
| Company |
Infragistics |
| Source Code Available |
Yes |
| License Type |
Commercial |
| Submitted On |
April 09, 2009 |
| Updated on |
April 20, 2009 |
| .NET Framework |
2.0, 3.5 |
| Cost |
$995 |
Description
Crystalize value from the numbers by choosing the right .NET charting control for the job...

WebChart™ guides you through the creation of the optimal presentation, and then scales that out in a high performance, feature rich chart that you can publish to the Web, or render to an image file.
Features:- 2D/3D Rendering Engine Under The Hood
- Chart Designer Wizard
- Composite Chart Types, Axes, Scales
- Load and Save Preset Appearances
WebChart supports 50+ chart types including popular Bar, Area, Step, Line and Spline charts; Pie and Doughnut charts; Treemaps and Surface / Heat Maps; and a variety of more special purpose charts such as financial Candle charts for equity or commodity market prices, Gantt charts for plotting project progress, and Polar charts comparing products or services on many criteria simulateously.
More Features:- Stacked and Stacked Totaling 100%
- Logarithmic, Linear and Zero-aligned Axes
- Drill Down, Clickable Chart Elements
- Extensible Chart Layers, Overlays
WebChart is part of the NetAdvantage for Web Client set of controls, which adds a Toolbox full of best-of-breed ASP.NET controls, an annual subscription to all updates, multiple releases/year, C# source code, and code-level developer support.
Syntax Example
<!-- 3D Pie Chart with Legend Appearing in ToolTip -->
<igchart:UltraChart id="UltraChart1" runat="server" ChartType="PieChart3D" Transform3d-XRotation="45" Transform3d-YRotation="45" Transform3d-ZRotation="-15" Version="7.2">
<PieChart3D BreakDistancePercentage="12" PieThickness="10">
<Labels LeaderLinesVisible="False" FormatString="$<DATA_VALUE:#0.0> Mln" Font="Arial, 9pt" />
</PieChart3D>
<TitleTop Text="Revenue by Operating Unit" Font="Arial Black, 12pt" HorizontalAlign="Center" Extent="42">
<Margins Top="20"/>
</TitleTop>
<TitleBottom Text="(Source: Form 10-Q)" FontColor="DimGray" Extent="15" >
<Margins Top="1" Bottom="2" Right="20" />
</TitleBottom>
<Legend BorderColor="Gray" SpanPercentage="33" Visible="True" Font="Arial, 9pt">
<Margins Top="30" Left="15" Bottom="35" Right="15" />
</Legend>
<Border Raised="True" Color="Cornsilk" CornerRadius="6" />
<ColorModel ModelStyle="CustomSkin" Scaling="Increasing" AlphaLevel="255">
<Skin>
<PEs>
<igchartprop:PaintElement Fill="DarkOrange" FillGradientStyle="ForwardDiagonal" FillStopColor="DarkRed" ElementType="Gradient" />
<igchartprop:PaintElement Fill="DeepSkyBlue" FillGradientStyle="BackwardDiagonal" FillStopColor="DodgerBlue" ElementType="Gradient" />
<igchartprop:PaintElement Fill="Gold" FillGradientStyle="Horizontal" FillStopColor="Orange" ElementType="Gradient" />
<igchartprop:PaintElement Fill="Red" FillGradientStyle="Vertical" FillStopColor="Pink" ElementType="Gradient" />
</PEs>
</Skin>
</ColorModel>
</igchart:UltraChart>Screenshots
Reviews
Submit a review