Super 2d/3d Graph Library

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


Example 43: Empty values


Super 2d/3d Graph Library allows empty values, so the item/bar/sector/line corresponding to that item will not be shown. Empty values are indicated by a Nothing value in Series collection or use AddValueEmpty of SeriesFactory class.

It's easy to understand looking at this sample:

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


Imports
Super2d3dGraphLibrary

Public Class Form1

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

  Dim sf As New SeriesFactory

  sf.AddValue(5)
  sf.AddValueEmpty()
  sf.AddValue(3)
  sf.AddValue(7)
  sf.AddValueEmpty()
  sf.AddValue(3)
  sf.AddValue(12)
  sf.AddValue(9)

  sf.ApplyTo(Super2d3dGraph1)

End Sub

End Class


 

Result:


 
(In above picture, bars two and five are not visible because their value is nothing)

 

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