AwGraph Class

Class for displaying the graph. User control.

For a list of all members of this type, see AwGraph Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Asterworld.Graph.AwGraph

[Visual Basic]
Public Class AwGraph
    Inherits UserControl
[C#]
public class AwGraph : UserControl

Remarks

This class has the following characteristics.

  • Can create the line graph expressing inputted value.
  • Can set up freely elements that compose the graph. (e.g. color, line interval, line width, font, and so on)
  • Can draw values of two or more series to the same graph.
  • Can check a value by clicking on a marker that was drawn on the display panel.
  • Can print the graph by cooperating with AwPrintPreview class.
  • Can print the graph that the setting is different from display.

Function of this class depends on the AwGraphBuild class. By using this class, the source code for implementing the graph function will become very easy.

The source code of this class is offered together with the following software.


Requirements

Namespace: Asterworld.Graph

Assembly: Asterworld_En (in Asterworld_En.dll)

See Also

AwGraph Members | Asterworld.Graph Namespace | .NET Graph Control

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Class List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2008 Asterworld. All Rights Reserved.