Table of Contents

ChartSeries.CategoriesValuesArray Property

Actual values for the Series Categories (normally the x Axis). This property is similar to CategoriesValues but if the labels have multiple levels, it will return a bi-dimensional array with one row per level.

Syntax

Namespace: FlexCel.Core

public Object[, ] CategoriesValuesArray { get; set; }

See also