Returs percent representation of data point Value relative to other graphs on the same axis

Namespace:  AmCharts.Windows.Core
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double GetDataPointPercentValue(
	SerialGraph graph,
	SerialDataItem dataPoint
)
Visual Basic (Declaration)
Public Function GetDataPointPercentValue ( _
	graph As SerialGraph, _
	dataPoint As SerialDataItem _
) As Double
Visual C++
public:
double GetDataPointPercentValue(
	SerialGraph^ graph, 
	SerialDataItem^ dataPoint
)

Return Value

Percentile value

See Also