LineChart Methods |
The LineChart type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Create a line chart and save as JPEG file
| |
| DrawCurve |
Draw chart values as type of line
| |
| DrawHorizontalLines |
Draws y axis lines and writes his labes (see AxisDisplay)
| |
| DrawLine |
Draw chart values as type of curve
| |
| DrawPoint |
Draws a data point on chart
| |
| DrawPoint2 |
Draws a data point from Points2 on chart
| |
| DrawString |
Writes text at x and y coordinate
| |
| DrawVerticalLines |
Draws x axis lines and writes his labels (see AxisDisplay)
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXCoordinate |
Gives x axis coordinate in chart
| |
| GetYCoordinate |
Gives y axis coordinate in chart
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PointsToCoordinate |
Convert a value to a coordinate point value
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteAxisLabel |
Write x axis labe and y axis label on chart
|