Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The IStyleSheet interface contains properties and methods that are used to work with a styles table.
IStyleSheet
Styles table is a collection of external styles used to set up style formatting of visualizers in the Foresight Analytics Platform tools: Dashboards, Analytical Queries (OLAP), Reports, and Time Series Analysis.
| Property name | Brief description | |
| Count | The Count method returns the number of style containers in the styles table. | |
| Item | The Item property returns the style container from the styles table. |
| Method name | Brief description | |
| Add | The Add method adds a style container to the styles table. | |
| Clear | The Clear method clears the styles table. | |
| FindById | The FindById method searches for the style container by the identifier. | |
| FindByKey | The FindByKey method searches for the style container by the key. | |
| FindByTag | The FindByTag method searches for the style container by the text tag. | |
| Load | The Load method loads styles table from XML code. | |
| Remove | The Remove method removes the style container. | |
| RemoveById | The RemoveById method removes the style container by the identifier. | |
| RemoveByKey | The RemoveByKey method removes the style container by the key. | |
| Save | The Save method saves styles table as an XML code. |
See also: