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 |
Gets or sets if allow internal cursor change. This is a dependency property.
| |
| AllowUserInteraction |
Gets or sets if allow allow user interaction with interaction device (e.g. mouse). Device hit testing with objects
cause CPU overhead when the device is moved. This is a dependency property.
If 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 |
Gets or sets if chart controlled errors will cause an ChartException to be thrown. This is a dependency property.
Alternatively, you can use ChartError event handler to handle errors.
| |
| WheelRequiresFocus |
Defines if the chart reacts to wheel events without focus.
This is usefull especially on situations when chart is in scrollable control and
it's not wished that the chart processes the wheel events.
|