Tab > Tab Assembly Interfaces > ITabSparklines
Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabSparklines interface contains properties and methods for working with the collection of sparklines.
ITabSparklines
The collection of sparklines can be obtained in the ITabSheet.Sparklines property.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of sparklines in the collection. |
![]() |
Item | The Item property returns parameters of the specified sparkline. |
Method name | Brief description | |
![]() |
Add | The Add method adds a new collection of sparklines. |
![]() |
Clear | The Clear method deletes all table sparklines. |
![]() |
Remove | The Remove method removes the specified sparkline from the collection. |
See also: