ParallelCoordinateDataSource<TObject> Class Members
The following tables list the members exposed by ParallelCoordinateDataSource<TObject>.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | ParallelCoordinateDataSource<TObject> Constructor | Creates a new instance |
Public Properties
| Name | Description | |
|---|---|---|
![]() | AxisWrappers | Gets the wrapped axes |
![]() | Labels | Gets the labels for the X axis |
![]() | ProcessedData | Gets the data ready for rendering |
![]() | XRange | Gets the X value range |
![]() | XValues | Gets the X values |
![]() | YRange | Gets the Y value range |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AppendValue | Appends a single item to the data set |
![]() | Invalidate | Forces a full refresh. Should be called after changes to underlying data. |
![]() | ReorderItems | Changes the order of the data items |
![]() | SetValues | Resets the data set using new values |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
| Name | Description | |
|---|---|---|
![]() | CompositionChanged | Raised when composition is changed, i.e. axes being reordered |
![]() | SourceChanged | Raised when source is changed |
See Also




