Click or drag to resize

ChartInfo Structure

LightningChart .NET Help
Information about LightningChart used when throwing errors.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMChartInfo

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public struct ChartInfo

The ChartInfo type exposes the following members.

Properties
 NameDescription
Public propertyActiveView

[Missing <summary> documentation for "P:LightningChartLib.UWP.ChartingMVVM.ChartInfo.ActiveView"]

Public propertyAliveCount Number of charts currently alive.
Public propertyChartHeight Gets chart object's screen heigth.

The value is in pixels for WinForms applications and in DIPs for WPF applications.

Public propertyChartScreenPosition Gets chart's position on the screen (in pixels)
Public propertyChartWidth Gets chart object's screen width.

The value is in pixels for WinForms applications and in DIPs for WPF applications.

Public propertyCreatedCount Number of total created charts.
Public propertyDebuggerAttached Is a deployment key set.
Public propertyDeploymentKeyChanged Is a deployment key set (at least once).
Public propertyDisposedCount Number of disposed charts.
Public propertyEngineInitResults List of engine init results.
Public propertyId ID of chart.
Public propertyIsDPIAware Is the application DPI aware.
Public propertyIsPixelAlignmentOK Checks if pixel alignment information is correct
Public propertyIsPixelAlignmentOn Checks if pixel alignment system is on
Public propertyLastErrorHandled Has a ChartMessage event been registered and handled correctly.
Public propertyLicenseStatus Chart license status.
Public propertyNagText License nag text.
Public propertyPixelAlignmentOffset Returns pixel currently used pixel alignment offset
Public propertyPixelAlignmentOffsetIsFinal Checks if pixel alignment is on
Public propertyRenderDevice Render device information.
Public propertyRenderOptions Charts update type.
Public propertyThrowChartErrorsEnabled Is throwing of chart errors enabled in chart settings.
Public propertyUndisposedCount Number of charts which were not correctly disposed.
Public propertyUwpDeveloperKeyChanged

[Missing <summary> documentation for "P:LightningChartLib.UWP.ChartingMVVM.ChartInfo.UwpDeveloperKeyChanged"]

Public propertyVersion LightningChart version number.
Top
Methods
 NameDescription
Public methodGatherChartInfo Collect information about chart.
Public methodToString Returns struct values as a string.
(Overrides ValueTypeToString)
Top
See Also