GetValues Method (FlexChartSeries)

Action

Returns a matrix containing the automation values of all parts of the components.

The return value is an array of rows, each of which is an array of items.

Syntax

C#
values = chartSeries.GetValues(start, end)
VB
values = chartSeries.GetValues(start, end)
Variable Description
values List(Of List(Of String)).
start The index of the starting child. The default value is 0. Integer.
end The index of the ending child. The default value is 0. Integer.