LineChart Class |
Namespace: SIC.Draw
The LineChart type exposes the following members.
| Name | Description | |
|---|---|---|
| LineChart |
Constructor without parameter. Initialize UI dictionary (DictionaryUI | |
| LineChart(DictionaryString, String) |
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| BorderSpacing |
Border spacing from chart width and height
| |
| ChartHeight |
Chart height
| |
| ChartWidth |
Chart width
| |
| File |
Chart file name. Puts from method Create.
| |
| FileExtension |
File extension for Joint Photographic Experts Group (JPEG) image format
| |
| Height |
Chart height
| |
| PixelFormat |
Specifies the format of the color data for each pixel in the image.
| |
| Points |
Chart values
| |
| Points2 |
Chart secound values (red points)
| |
| PointsCoordinate |
Coordinate points of chart values (see Points)
| |
| ShowChartBorder |
Show a border around the chart
| |
| ShowScaling |
Pixel scaling value display into chart
| |
| ShowXAxisLines |
Show x axis lines
| |
| ShowYAxisLines |
Show y axis lines
| |
| Type |
Definition of line chart type (see LineChartType)
| |
| ViewXAxis |
What do it see on x axis? See AxisDisplay | |
| ViewYAxis |
What do it see on y axis? See AxisDisplay | |
| Width |
Chart width
| |
| XAxis |
X axis of chart. Details see Axis | |
| XLabel |
X axis label
| |
| XLabelSpacing |
X axis label spacing from bottom up
| |
| YAxis |
Y axis of chart. Details see Axis | |
| YLabel |
Y axis label
| |
| YLabelSpacing |
Y axis label spacing from left border
|
| 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
|