Click or drag to resize

ChartInfo Properties

LightningChart .NET Help

The ChartInfo type exposes the following members.

Properties
  NameDescription
Public propertyActiveView

[Missing <summary> documentation for "P:Arction.WinForms.Charting.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
See Also