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
Gets or sets if allow internal cursor change. This is a dependency property.
Public propertyAllowUserInteraction
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.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
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 propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
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
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.
Public propertyWheelRequiresFocus
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.
Top
See Also