Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The ITrellisChart class is used to set up a Trellis chart.
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.Drawing.dll library. The example of creating a Trellis chart using the C# language is given in the Examples section.
Class to get analog of the TrellisChart class:
None;
Class to get analog of the TrellisChart class object:
TrellisChartClass;
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: