Table of Contents

TDataLabelOptions Class

Options for a data label.

Syntax

Namespace: FlexCel.Core

public class TDataLabelOptions: ICloneable

Methods

Name Description
Clone Returns a deep copy of the object.

Properties

Name Description
AutoColor True if this label will use automatic coloring, false if the color is user defined.
ShowLegendKey If true, the legend key will be shown along with the label.
ShowDataLabelsRange If true and this label DataType is SeriesInfo, this label will display the values specified in "Value from Cells" .
ShowSeriesName If true and this label DataType is SeriesInfo, this label will display the Series name.
ShowCategories If true and this label DataType is SeriesInfo, this label will display the Categories.
ShowValues If true and this label DataType is SeriesInfo, this label will display the actual value of the data.
ShowPercents If true and this label DataType is SeriesInfo, this label will display the percentage of the total data. This value only applies to PIE charts.
ShowBubbles If true and this label DataType is SeriesInfo, this label will display the percentage bubble size. This value only applies to BUBBLE charts.
Separator The separator that will be used to separate labels when they contain more than one value. (For example, if the labels contains both the value and the category, they will be separated by this string).
DataType Defines which information this label displays.
Deleted If true, this label has been manually deleted by the user and should not be displayed.
Position Where the label is placed.
CanOverlapWithChart If true, the label is not used when calculating the plot area dimensions.