IGLib 1.4
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. | |
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. | |
Protected Attributes | |
string | _title |
string | _description |
Properties | |
string | Title [get, set] |
Curve title. | |
string | Description [get, set] |
Curve description. | |
Private Member Functions | |
void | xx_to_delete () |
Plottable item that consists of multiple line segments.
$A Igor Jun09;
IG::Plot2d::GraphLineItem::GraphLineItem | ( | GraphBase | graph, |
string | title, | ||
string | description | ||
) | [inline] |
void IG::Plot2d::GraphLineItem::xx_to_delete | ( | ) | [inline, private] |
override void IG::Plot2d::GraphLineItem::UpdateInGraph | ( | ) | [inline, virtual] |
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.
override void IG::Plot2d::GraphLineItem::DetachFromGraph | ( | ) | [inline, virtual] |
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.
string IG::Plot2d::GraphLineItem::_title [protected] |
string IG::Plot2d::GraphLineItem::_description [protected] |
string IG::Plot2d::GraphLineItem::Title [get, set] |
Curve title.
string IG::Plot2d::GraphLineItem::Description [get, set] |
Curve description.