A data node in the chart tree.
For a list of all members of this type, see Data Members.
System.Object
Imsl.Chart2D.AbstractChartNode
Imsl.Chart2D.ChartNode
Imsl.Chart2D.Data
Derived types
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Drawing of a Data
node is determined by the DataType property. Multiple bits can be set in "DataType".
If the DATA_TYPE_LINE bit is set, the line attributes are active.
If the DATA_TYPE_MARKER bit is set, the marker attributes are active.
If the DATA_TYPE_FILL} bit is set, the fill attributes are active.
If LabelType is set to something other than the default (LABEL_TYPE_NONE
), then the data points are labeled. The contents of the labels are determined by the value of the LabelType
property.
The drawing of the labels is controlled with CultureInfo, NumberFormatInfo.CurrentInfo and DateTimeFormatInfo.CurrentInfo members) in this node control the drawing of the title.
Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll)
Data Members | Imsl.Chart2D Namespace | Area Chart Example | Line Chart Example | Picture Chart Example | Scatter Plot Example