Implements Series.GetValue. Returns a coordinate of specified point in this series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public double GetValue ( |
Visual Basic Copy Code |
---|
Public Function GetValue( _ |
An integer value specifying the index of a data item.
An integer value specifying the dimension whose coordinate to return.
A double-precision number representing the value of a data item in the series.
Charting for .NET MAUI Guide | © 2024 MindFusion |