C# Class ParallelCoordinatesDemo.Charts.DataSources.DataSourceBase

Inheritance: IChartDataSource
Exibir arquivo Open project: pwlodek/CodeGallery

Protected Properties

Property Type Description
m_Lines List
m_Points List

Protected Methods

Method Description
DataSourceBase ( ) : System.Collections.Generic

Private Methods

Method Description
Process ( IChart chart ) : void

Method Details

DataSourceBase() protected method

protected DataSourceBase ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

m_Lines protected_oe property

protected List m_Lines
return List

m_Points protected_oe property

protected List m_Points
return List