Assembly: Laner;
The ILanerCellAttributes interface is used to work with collection of the attributes used to form suffix, prefix and comment for data series observations.
ILanerCellAttributes
To get attributes collection, use the properties:
ILaner.CommentAttributes. It is used to set up comments.
ILaner.ValuePrefixAttributes. It is used to set up prefixes.
ILaner.ValueSuffixAttributes. It is used to set up suffixes.
Property name | Brief description | |
Count | The Count property returns the number of attributes in collection | |
Item | The Item property returns attribute from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds the specified attribute to the collection | |
Clear | The Clear method clears a collection of attributes | |
MoveTo | The MoveTo method moves the specified attribute to the required position. | |
Remove | The Remove method removes attribute from collection by its index |
See also: