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. 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 | Graph Control Trial Box