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

WebChart™ guides you into coming up with the optimal presentation for your Pie Chart, and then it scales it out for delivery to your users over the Web or rendered to popular image file formats.
Features
- 2D/3D Rendering Engine Under The Hood
- Chart Designer Wizard
- Load and Save Preset Appearances
WebChart supports 50+ chart types from conventional Pie, Donut and Pyramid charts to special-purpose Treemaps and more. The following features set its Pie charts apart from the competition:
- 2D or 3D (From Any Custom Perspective)
- Drill Down to Increasing Level of Detail
- Exploding Pie Slices
- Easy Gradient, Hatch, Texture Styling via Paint Elements
- Addressable Chart Primitives via Scene Graph
- Legend Customizability
All ASP.NET controls in NetAdvantage for Web Client you see listed in the Control Gallery are offered as a package, which includes all new releases for a year, full C# source code for controls and their designers, and code-level developer support to quickly answer your questions and keep you coding.
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