TrellisChart

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The ITrellisChart class is used to set up a Trellis chart.

Comments

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.

Fore.NET Syntax

Class to get analog of the TrellisChart class:

None;

Class to get analog of the TrellisChart class object:

TrellisChartClass;

Class object properties inherited from ITrellisChart

  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.

Class object methods inherited from ITrellisChart

  Method name Brief description
The Refresh method refreshes Trellis chart data.
The ResetDataCash method resets the data displayed on a Trellis chart.

See also:

Chart Assembly Classes