[This is preliminary documentation and is subject to change.]

Set's locations of value labels (ticks) on the axis.

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

Syntax

C#
public void SetLocations(
	IEnumerable<double> locations
)
Visual Basic (Declaration)
Public Sub SetLocations ( _
	locations As IEnumerable(Of Double) _
)
Visual C++
public:
void SetLocations(
	IEnumerable<double>^ locations
)

Parameters

locations
Type: System.Collections.Generic..::.IEnumerable<(Of <(Double>)>)
Value locations (coordinates)

See Also