IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Plottable item that consists of multiple line segments. More...
Public Member Functions | |
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) | |
Protected Attributes | |
string | _title |
string | _description |
![]() | |
double | _minX |
Properties | |
string | Title [get, set] |
Curve title. More... | |
string | Description [get, set] |
Curve description. More... | |
![]() | |
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... | |
Private Member Functions | |
void | xx_to_delete () |
Plottable item that consists of multiple line segments.
$A Igor Jun09;
|
inline |
References IG.Plot2d.GraphBase.Lock, and IG.Plot2d.GraphBase.PlotItems.
|
inlineprivate |
|
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.Plot2d.GraphItem.
|
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.Plot2d.GraphItem.
|
protected |
|
protected |
|
getset |
Curve title.
|
getset |
Curve description.