Table of Contents

ChartSeries.CategoriesDefinition Property

Formula defining the Series Categories (normally the x Axis). Start with an "=" sign to enter a formula. Note that if the Series doesn't have a formula and only values, this property will be null and the result will be in CategoriesValues

Syntax

Namespace: FlexCel.Core

public String CategoriesDefinition { get; set; }

See also