Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The ITrellisChart interface is used to set up a Trellis chart.
ITrellisChart
Working with this interface in Fore and Fore.NET is not available.
The use of ITrellisChart is available in various development environments using the Prognoz.Platform.Interop.Chart.dll and Prognoz.Platform.Interop.Drawing.dll libraries. The example of creating a Trellis chart using the C# language is given in the Creating a Trellis Chart knowledgebase article.
Property name | Brief description | |
The ChartSettings property returns general settings for all child charts on a Trellis chart. | ||
The ViewFrame property determines settings for Trellis chart area. |
Method name | Brief description | |
The Refresh method refreshes Trellis chart data. | ||
The ResetDataCash method resets the data displayed on a Trellis chart. |
See also: