MindFusion.Charting Programmer's Guide

LabelsCollection Class

See Also
 





Represents a strongly typed collection of StringCollection objects.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class LabelsCollection : CollectionBase, ICloneable

Visual Basic  Copy Code

Public Class LabelsCollection
    Inherits CollectionBase
    Implements ICloneable

JavaScript  Copy Code

// class
LabelsCollection.prototype = {}

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Charting.LabelsCollection

 See Also