Stores the graph exporting values.
More...
|
|
void | SetDefaults () |
| | Sets to default values.
|
| |
| void | SetLabel (System.String label) |
| | Sets the graph label.
|
| |
| System.String | GetLabel () |
| | Gets the graph label.
|
| |
| void | SetColorRGB (int color) |
| | Sets the background color.
|
| |
| int | GetColorRGB () |
| | Gets the background color.
|
| |
|
| GraphExport () |
| | Creates a new GraphExport instance.
|
| |
Stores the graph exporting values.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
◆ GetColorRGB()
| int com.sparsity.sparksee.gdb.GraphExport.GetColorRGB |
( |
| ) |
|
Gets the background color.
- Returns
- The background color.
◆ GetLabel()
| System.String com.sparsity.sparksee.gdb.GraphExport.GetLabel |
( |
| ) |
|
Gets the graph label.
- Returns
- The graph label.
◆ SetColorRGB()
| void com.sparsity.sparksee.gdb.GraphExport.SetColorRGB |
( |
int | color | ) |
|
Sets the background color.
- Parameters
-
| color | The background color. |
◆ SetLabel()
| void com.sparsity.sparksee.gdb.GraphExport.SetLabel |
( |
System.String | label | ) |
|
Sets the graph label.
- Parameters
-
| label | [in] The graph label. |