Click or drag to resize

ChartOptions Properties

LightningChart .NET Help

The ChartOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowDPIChangeInduceWindowResize
Boolean to check if automatic LightningChart resizing / repositioning is allowed when application window DPI changes. Default value is false.
Public propertyAllowInternalCursorChange
Allow internal cursor change.
Public propertyAllowUserInteraction
Allow user interaction with interaction device (e.g. mouse). Interaction device hit testing with objects cause CPU overhead when the device is moved. If user device interaction is not absolute necessary directly within chart and if you want to maximize the performance, set this false.
Public propertyChartMessageMinimumLevel
Allows setting a minimum ChartMessage MessageSeverity level. Messages with a MessageSeverity below the minimum level will not be sent to the user.
Public propertyRaiseEventsAfterDraw
Defines if the events raised during rendering should be emitted only at the end of the drawing (frame) or when the changes occur.
Public propertyShowDebugData
Controls showing debugging information on chart. This is intended only for debugging and special situations.
Public propertyShowHints
Selects when to show hints about the use of some critical properties.
Public propertyThrowChartExceptions
When set to true, throws a ChartException on all ChartMessage events with a MessageSeverity level above Warning.
Public propertyWheelRequiresFocus
Defines if the chart reacts to wheel events without focus. This is useful especially on situations when chart is in scrollable control and it's not wished that the chart processes the wheel events.
Top
See Also