GLG Toolkit, JavaScript Library  Version 4.6
GlgDataSampleNode Interface Reference

An object containing a chart data sample and its associated list node. More...

Detailed Description

An object containing a chart data sample and its associated list node.

Data sample nodes are not created directly. A chart creates and uses GlgDataSampleNode objects when data are supplied via the chart's entry point.

Data sample nodes containing data samples can also be added to a chart plot via AddPlotDataSample to prefill the chart with data.

The GetNodeDataSample method can be used to get the data samples contained in a node in advanced usage scenarios.

Inherited by GlgListNode.

Public Member Functions

GlgDataSample GetNodeDataSample ()
 Gets the node's data sample. More...
 

Member Function Documentation

◆ GetNodeDataSample()

GlgDataSample GetNodeDataSample ( )

Gets the node's data sample.

Returns
The node's datasample.