ChartOptions Properties |
The ChartOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowDPIChangeInduceWindowResize |
Boolean to check if automatic LightningChart resizing / repositioning is allowed when
application window DPI changes.
Default value is false.
| |
| AllowInternalCursorChange |
Allow internal cursor change.
| |
| AllowUserInteraction |
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.
| |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| ChartMessageMinimumLevel |
Allows setting a minimum ChartMessage MessageSeverity level.
Messages with a MessageSeverity below the minimum level will not be sent to the user.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| RaiseEventsAfterDraw |
Defines if the events raised during rendering should be emitted only at the end of the drawing (frame)
or when the changes occur.
| |
| ShowDebugData |
Controls showing debugging information on chart.
This is intended only for debugging and special situations.
| |
| ShowHints |
Selects when to show hints about the use of some critical properties.
| |
| ThrowChartExceptions |
When set to true, throws a ChartException on all ChartMessage events
with a MessageSeverity level above Warning.
| |
| WheelRequiresFocus |
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.
|