Gets or sets whether the Y data contains NaN values.
When true, the Data is evenly spaced in X.
When true, the Data is sorted in X. Same as isSorted.
The DataSeries name, used in legends, tooltips to identify the chart series
The H-values array to pre-populate the HlcDataSeries
A unique Id for the IDataSeries
When true, the Data is sorted in X. Same as dataIsSortedInX.
The L-values array to pre-populate the HlcDataSeries
The Metadata values of type IPointMetadata to pre-populate the XyDataSeries If a single metadata value is supplied, this will be used as a template for all data values. If type is specified, it should refer to a registered metadataGenerator IMetadataGenerator, which can provide all metadata, based on the data provided, or a single object that will be used when adding data if no metadata is provided.
The X-values array to pre-populate the HlcDataSeries
The Y-values array to pre-populate the HlcDataSeries
Generated using TypeDoc
Options to pass to the XyDataSeries constructor