Super 2d/3d Graph Library

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


Example 36: X/Y scatter multiseries sample

Simple X/Y chart with 3 series of points in different colors and styles.

 

Steps:

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:

Note: the code in the Form1_Load event could be used in ASP.NET applications as well.

Form Code
Imports Super2d3dGraphLibrary

Public Class Form1

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

  With Super2d3dGraph1
    .LicenseeIdentifier =
"PROF"
    .Style = Super2d3dGraphLibrary.STYLE2D3D.STYLE2D_XY
    .ShowValues = False
    .ShowLegend = False
    .ShowDataTable = False

    .SampleData(3, 10, 0, 100)
    .SeriesPointStyle = New STYLEPOINT() {STYLEPOINT.STYLEPOINT_CIRCLE,
    STYLEPOINT.STYLEPOINT_TRIANGLE, STYLEPOINT.STYLEPOINT_CIRCLE}
    .SeriesPointSize = New Integer() {8, 16, 12}
    .SeriesColor = New Color() {Color.Red, Color.Green, Color.Blue}

    .RefreshChart()

  End With

End Sub

End Class

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