Click or drag to resize

ChartInfo Structure

LightningChart .NET Help
Information about LightningChart used when throwing errors.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public struct ChartInfo

The ChartInfo type exposes the following members.

Properties
  NameDescription
Public propertyActiveView

[Missing <summary> documentation for "P:Arction.Wpf.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 propertyVersion
LightningChart version number.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGatherChartInfo
Collect information about chart.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns struct values as a string.
(Overrides ValueTypeToString.)
Top
See Also