|
| GraphLineItem (GraphBase graph, string title, string description) |
|
override void | UpdateInGraph () |
| Updates the current item in the containing ZedGraph's control. A ZedGraph item corresponding to the current item is updated according to data contained in this item. More...
|
|
override void | DetachFromGraph () |
| Detaches the current item from ZedGraph's graph control. If ZedGraph control contains any items that are managed by the current item, these items may be set invisible or be disposed. References to related representations in the Zedgraph control are deleted, such that connection of the item with the Zedgraph's graph object is broken. More...
|
|
| GraphPlotItem (GraphBase graph) |
|
| GraphItem (GraphBase graph) |
|
|
string | Title [get, set] |
| Curve title. More...
|
|
string | Description [get, set] |
| Curve description. More...
|
|
ZedGraph.LineItem | CurveData [get] |
| Curve data (linear segments) containing the settings for the current curve. More...
|
|
ZedGraph.LineItem | Curve [get, protected set] |
|
int | Index [get] |
| Gets index of the current plot item on the Graph. More...
|
|
double | MinX [get, protected set] |
| Minimal x co-ordinate of the plotted data. More...
|
|
double | MaxX [get, protected set] |
| Maximal x co-ordinate of the plotted data. More...
|
|
double | MinY [get, protected set] |
| Minimal y co-ordinate of the plotted data. More...
|
|
double | MaxY [get, protected set] |
| Maximal y co-ordinate of the plotted data. More...
|
|
GraphBase | Graph [get, protected set] |
| Graph that contains this axis. More...
|
|
IG.Forms.GraphLineItem.GraphLineItem |
( |
GraphBase |
graph, |
|
|
string |
title, |
|
|
string |
description |
|
) |
| |
|
inline |
void IG.Forms.GraphLineItem.xx_to_delete |
( |
| ) |
|
|
inlineprivate |
override void IG.Forms.GraphLineItem.UpdateInGraph |
( |
| ) |
|
|
inlinevirtual |
Updates the current item in the containing ZedGraph's control. A ZedGraph item corresponding to the current item is updated according to data contained in this item.
Implements IG.Forms.GraphItem.
override void IG.Forms.GraphLineItem.DetachFromGraph |
( |
| ) |
|
|
inlinevirtual |
Detaches the current item from ZedGraph's graph control. If ZedGraph control contains any items that are managed by the current item, these items may be set invisible or be disposed. References to related representations in the Zedgraph control are deleted, such that connection of the item with the Zedgraph's graph object is broken.
Implements IG.Forms.GraphItem.
string IG.Forms.GraphLineItem._title |
|
protected |
string IG.Forms.GraphLineItem._description |
|
protected |
ZedGraph.LineItem IG.Forms.GraphLineItem._curveData = new ZedGraph.LineItem((LineItem) null) |
|
protected |
ZedGraph.LineItem IG.Forms.GraphLineItem._curve |
|
protected |
string IG.Forms.GraphLineItem.Title |
|
getset |
string IG.Forms.GraphLineItem.Description |
|
getset |
ZedGraph.LineItem IG.Forms.GraphLineItem.CurveData |
|
getprotected |
Curve data (linear segments) containing the settings for the current curve.
ZedGraph.LineItem IG.Forms.GraphLineItem.Curve |
|
getprotected set |
The documentation for this class was generated from the following file: