Gets the domain axis coordinate (input value) of specified data item.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected double DomainData ( |
Visual Basic
Copy Code
|
|---|
Protected Function DomainData( _ |
An integer index of a Series within the list of series rendered by this Renderer2D.
An integer index of the data item in specified series.
A double value.
See Also