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.
The DataSeries name, used in legends, tooltips to identify the chart series
The function to apply to each y value in the original series
A unique Id for the IDataSeries
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 XyyDataSeries
The Y2-values array to pre-populate the XyyDataSeries
The function to apply to each y1 value in the original series. If this is not set, the filterFunction will be applied to both.
The Y1-values array to pre-populate the XyyDataSeries
Generated using TypeDoc
Options for the XyyCustomFilter