ChartInfo Structure |
Namespace: Arction.Wpf.ChartingMVVM
The ChartInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveView | [Missing <summary> documentation for "P:Arction.Wpf.ChartingMVVM.ChartInfo.ActiveView"] | |
| AliveCount |
Number of charts currently alive.
| |
| ChartHeight |
Gets chart object's screen heigth.
The value is in pixels for WinForms applications and in DIPs for WPF applications. | |
| ChartScreenPosition |
Gets chart's position on the screen (in pixels)
| |
| ChartWidth |
Gets chart object's screen width.
The value is in pixels for WinForms applications and in DIPs for WPF applications. | |
| CreatedCount |
Number of total created charts.
| |
| DebuggerAttached |
Is a deployment key set.
| |
| DeploymentKeyChanged |
Is a deployment key set (at least once).
| |
| DisposedCount |
Number of disposed charts.
| |
| EngineInitResults |
List of engine init results.
| |
| Id |
ID of chart.
| |
| IsDPIAware |
Is the application DPI aware.
| |
| IsPixelAlignmentOK |
Checks if pixel alignment information is correct
| |
| IsPixelAlignmentOn |
Checks if pixel alignment system is on
| |
| LastErrorHandled |
Has a ChartMessage event been registered and handled correctly.
| |
| LicenseStatus |
Chart license status.
| |
| NagText |
License nag text.
| |
| PixelAlignmentOffset |
Returns pixel currently used pixel alignment offset
| |
| PixelAlignmentOffsetIsFinal |
Checks if pixel alignment is on
| |
| RenderDevice |
Render device information.
| |
| RenderOptions |
Charts update type.
| |
| ThrowChartErrorsEnabled |
Is throwing of chart errors enabled in chart settings.
| |
| UndisposedCount |
Number of charts which were not correctly disposed.
| |
| Version |
LightningChart version number.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GatherChartInfo |
Collect information about chart.
| |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns struct values as a string.
(Overrides ValueTypeToString.) |