Gets the Y value of specified data item.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected double YData ( |
Visual Basic
Copy Code
|
|---|
Protected Function YData( _ |
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