ComponentOne Chart 8.0 for ActiveX
Add Method (Strings)

 

Add Method (Strings)

Adds a String to the collection.

Syntax

Sub Add(String As String, [BeforeIndex])

Example

' Adds a series field

Chart2D1.ChartGroups(1).SeriesFields.Add "Income"

Remarks

 

Part

Type

Description

String

String

The text string.

BeforeIndex

Variant

Index of the location of the new string in the collection (if omitted, add at end).

See Also

Strings Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback