Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class Data : ChartNode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Data _ Inherits ChartNode |
Visual C++ |
---|
[SerializableAttribute] public ref class Data : public ChartNode |
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.
Inheritance Hierarchy
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D..::.Annotation
Imsl.Chart2D..::.Bar
Imsl.Chart2D..::.BarItem
Imsl.Chart2D..::.BoxPlot
Imsl.Chart2D..::.CandlestickItem
Imsl.Chart2D..::.Contour
Imsl.Chart2D..::.Dendrogram
Imsl.Chart2D..::.ErrorBar
Imsl.Chart2D..::.Heatmap
Imsl.Chart2D..::.HighLowClose
Imsl.Chart2D..::.PieSlice
Imsl.Chart2D.QC..::.ControlLimit
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D..::.SplineData
Imsl.Chart2D..::.Treemap