IMSL C# Numerical Library

Data Class

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 class Data : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Data Members | Imsl.Chart2D Namespace | Area Chart Example | Line Chart Example | Picture Chart Example | Scatter Plot Example