Enum MessageType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Detailed information about the type of the ChartMessage event
public enum MessageType
Fields
AssemblyNotFound = 15Assembly not found.
BeginUpdateEndUpdateCallCountMismatch = 12EndUpdate() is called more often than BeginUpdate().
CameraPositioningFailed = 29Some problem appeared with positioning 3D camera or some other viewpoint / view area.
This is similar to ProblematicCameraOrientation but more general.
CancelSVGRendering = 11Canceled svg rendering.
CantCompleteOperation = 47Requested operation was not finished. Zooming, drawing or some other operation did not finish as expected. Output might differ from expected. Details will elaborate the issue. .
CopyToClipboardFailed = 13Copying to clipboard failed.
D3DImageInitFailed = 48Problems initializing D3DImage.
DataBindingCollectionMisuse = 16IsBindableDataUsed is 'true' but non-bindable data collection (e.g. PointLineSeries.Points) is modified instead of bindable data collection (e.g. PointLineSeries.PointsWpf).
DataPointTypeMismatch = 6Series has been configured to use different data point type than you are trying to use
DisposedObjectAction = 26Illegal update action on a disposed object detected.
DrawingOfImageFailed = 24Some exception occurred when graphics object tried to draw image.
EngineMessage = 45Engine warning message.
EngineReinitialization = 30Something caused the rendering engine to reinitialize.
EventSystemError = 23Problem delivering or calling client side event handlers.
FrontBufferAvailable = 38Fast WPF presentation element has retrieved the front buffer, and normal presentation of the LC can continue.
FrontBufferNotAvailable = 39Fast WPF presentation element has lost the front buffer, and LC cannot be presented using it. This can happen for multiple different valid and normal reasons, like hiding of the window, changing to different tab, using through remote desktop, etc, and usually does not require attention. After this the chart will try to use slower fallback presentation method.
ImagePresentationTimeout = 43Presentation of image has encountered a timeout problem.
This might be because of a large things to draw, slow system etc, but might indicate a real problem as well.
InvalidAxisIndexForSeries = 17Axis index for axis related item is invalid.
InvalidLogAxisOperation = 7The selected feature can't be used with logarithmic axis
InvalidOwnerViewForItem = 19Item view differs from drawing view.
InvalidPropertySetting = 2Invalid property value has been set
InvalidSaveFileFormat = 14Invalid save file format. E.g. one can't save 3D graph as vector.
InvalidSegmentForYAxis = 18Segment or segment index for y-axis is invalid.
InvalidSeriesResolverDataWithSeriesEventMarker = 3Series data X coordinate to Y coordinate resolver data has become invalid, because points have been added. Do not use markers as 'TrackSeries' with X axis monitoring scroll modes. Instead, you should define them as 'AtYValue' and convert them 'TrackSeries' when opening data in review mode, and set the scroll mode to 'None'.
LicensingError = 22Problem with licensing. Make sure the license is properly installed.
LoadingFromFileFailed = 46Load from a file operation failed.
MemoryAllocationError = 1Unable to allocate memory for operation. You should run the garbage collection GC.Collect(), and then try the operation again
MissingImplementation = 25Some method implementation is missing.
MissingRenderDevice = 32Missing rendering device.
NullReference = 31Caught a null reference exception.
ParentSharingError = 27Chart objects parent changed. This could indicate sharing chart's object between multiple parents which is not supported.
PerformanceWarning = 37Rendering performance warning.
ProblematicCameraOrientation = 28Requested camera orientation is problematic and might result in different result than expected.
This is similar to CameraPositioningFailed but more specific. At this case the user defined camera orientation was somehow problematic on current settings.
RenderDeviceCreateFailed = 9Render device create failed.
RenderDeviceIsLost = 34Render device is not available anymore.
RenderInvalidCall = 35Rendering caused invalid call exception. Possibly caused by updating chart from a separate thread without synchronizing it with main program thread. You should use BeginInvoke or Invoke methods for synchronization.
RenderingDeviceBlacklisted = 44Use of the detected GPU has been blacklisted for the given purpose.
RequirementsNotMet = 41Some of the requirements are not met. Details might present more information.
ResourceHandlingError = 42Some suspicios or alarming happened with resource management (memory, handles.. ) This might result in rendering device being lost and hopefully reacquired.
SampleFormatMismatch = 5Samples use different format than you try to use
SaveToFileFailed = 10Saving to file failed.
SeriesIsNotTrackable = 4You are requesting a tracking operation on a series, that is not trackable (does not implement ITrackable)
ShaderLoadingFailed = 33Shader loading failed.
ShaderModel3NotSupported = 8Shader model 3 is not supported by the GPU. Some parts of the chart cannot be drawn as intended.
SharpDXBufferCreationError = 40Error on creation of SharpDX Buffer.
TextureCreateError = 36Unable to create texture.
Unknown = 0Unknown message type
VolumeModelError = 20Volume Model is too big.
VolumeModelNotFound = 21Volume model is not found.