Converts a plot pixel position to a logical value from specified axis' coordinate system.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected double PlotToAxisValue ( |
Visual Basic
Copy Code
|
|---|
Protected Function PlotToAxisValue( _ |
The target Axis.
The value to convert.
The converted value.
See Also