LineChart Properties |
The LineChart type exposes the following members.
| 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
|