Version

GetItemValue Method (Series)

Gets a value based on one of the valid member paths for this series type.
Syntax
public object GetItemValue( 
   object item,
   string memberPathName
)

Parameters

item
An item from the data source bound to the series.
memberPathName
The property name of a valid member path for the series
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also