Table of Contents

ExcelChart.SetDataLabels Method

Changes the labels for the chart. You should always get the values with GetDataLabels, modify them, and change them back with this method.

Syntax

Namespace: FlexCel.Core

public abstract void SetDataLabels(TDataLabel[] labels)

Parameters

<-> Parameter Type Description
labels TDataLabel[] New labels for the chart.

See also