3D Chart Labels Programming Considerations

A Chart3DLabel object defines an independent rectangular region that can be attached to a chart. The Chart3DLabelscollection contains all the chart labels defined for a particular chart.

Specify the index number in the Chart3DLabels collection in order to access a ChartLabel individually:

      Visual Basic

      C#

To create a Chart3DLabel object, call the AddNewLabel method:

      Visual Basic

      C#

The Remove method removes a Chart3DLabel from the collection:

      Visual Basic

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.