XDataSeries<TX,TY> Class Members
The following tables list the members exposed by XDataSeries<TX,TY>.
Public Fields
Name | Description | |
---|---|---|
![]() | DEFAULT_SIZE | (Inherited from com.scichart.charting.model.dataSeries.DataSeriesCore) |
Protected Fields
Name | Description | |
---|---|---|
![]() | dataDistributionCalculator | |
![]() | lock | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
![]() | TAG | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
![]() | xColumn | |
![]() | xMath | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
![]() | xType | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
![]() | yMath | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
![]() | yType | (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
Public Methods
Top
Protected Methods
Name | Description | |
---|---|---|
![]() | clearColumns | Clears content of series without recreation of internal lists |
![]() | initColumns | Creates internal lists |
![]() | initColumnsAsFifo | Creates internal list as FIFO |
![]() | onDataSeriesChanged | Notifies observers about update in this series (Inherited from com.scichart.charting.model.dataSeries.DataSeriesCore) |
![]() | updateXRange | @inheritDoc: |
![]() | updateYRange | Sets the total extents of the IDataSeries<TX,TY> in the Y direction. (Inherited from com.scichart.charting.model.dataSeries.DataSeries<TX,TY>) |
See Also