Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public int DomainDimension ( |
Visual Basic
Copy Code
|
|---|
Public Function DomainDimension( _ |
A Series in this container.
The dimension index.
See Also