the chartting plot framework in sciBASIC
Plot
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.Graphic.Plot
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Plot | 4 | make plot with a specific given layout information |
| DrawLegends | 1 | custom layout via Theme.legendLayout |
| DrawMainTitle | 1 | draw main title upon the chart plot region |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| main | 1 | the main title string |
| xlabel | 1 | |
| ylabel | 1 | |
| zlabel | 1 | |
| legendTitle | 1 |
04 Members
Plot(
SizeF, Int32, Drivers)function for make plot
Parameters
| Name | Type | Description |
|---|---|---|
size | SizeF | - |
dpi | Int32 | - |
driver | Drivers | - |
Returns
this function returns a graphics plot wrapper object that supports save png/svg/pdf file
Plot(
String, Int32, Drivers)function for make plot
Parameters
| Name | Type | Description |
|---|---|---|
size$ | String | - |
ppi | Int32 | - |
driver | Drivers | - |
Returns
this function returns a graphics plot wrapper object that supports save png/svg/pdf file
Plot(
IGraphics, Rectangle)make plot with a specific given layout information
Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
layout | Rectangle | 一般而言,这个属性是 |
Plot(
IGraphics, GraphicsRegion)make plot with a specific given layout information
Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
canvas | GraphicsRegion | - |
custom layout via Theme.legendLayout
Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
legends | LegendObject() | - |
showBorder | Boolean | - |
canvas | GraphicsRegion | - |
DrawMainTitle(
IGraphics, Rectangle, Double, Boolean)draw main title upon the chart plot region
Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
plotRegion | Rectangle | the chart plot region |
offsetFactor | Double | - |
commentText | Boolean | - |
main
the main title string
xlabel
ylabel
zlabel
legendTitle