ChartOptions Class |
Namespace: Arction.WinForms.Charting
The ChartOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartOptions |
Chart Options
| |
| ChartOptions(IChartNode) |
Chart Options
|
| 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.
| |
| ChartMessageMinimumLevel |
Allows setting a minimum ChartMessage MessageSeverity level.
Messages with a MessageSeverity below the minimum level will not be sent to the user.
| |
| 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.
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string
(Overrides ObjectToString.) |