Super 2d/3d Graph Library

Enhance your .NET application adding nice charts within minutes! Save time and money!


Example 1: Simple Chart


In this example, I will show how easy is to create a standard 2D bar (also known as column chart). I use SeriesFactory helper class included in Super 2d/3d Graph Library to quickly create the series values (5 values to first serie and another 5 values to the second serie).

See how easy and quick you can create a nice chart:

1. Create a new Windows application project (VB.NET)

2. Add Super 2d/3d Graph Library to the toolbox pallete and drag it to Form1

3. Copy and paste de following code:

Form Code

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

   Dim seriesFactory As New Super2d3dGraphLibrary.SeriesFactory

   ' Set the name of each serie
   Super2D3dGraph1.SeriesLegend =
New String() {"Product 1", "Product 2"}

   With seriesFactory
      .AddValue(15)      ' Add one value
      .AddValue(70)      ' Another...
      .AddValue(45)
      .AddValue(65)
      .AddValue(95)
      .NewSerie()        ' Begin a new serie...
      .AddValue(23)      ' Add a value to the new serie
      .AddValue(45)      ' Another...
      .AddValue(57)
      .AddValue(85)
      .AddValue(70)
      .ApplyTo(Super2D3dGraph1)   ' Apply values to chart
   End
With

End Sub

 

Result:


 

 

License & Purchase Info


Current version: 14

Super 2d/3d Graph Library is available as:
-Standard License (99€)
-Premium License (149€)
-Enterprise License (299€)

Click here for more details & purchase

Contact Info


Feel free to contact us
for questions related to any of our products or custom .Net development. We usually respond in the same labor day.

Software Siglo XXI

Main support service: support@softwaresigloxxi.com

Sales and other enquiries: contact@softwaresigloxxi.com