ChartMessageInfo Structure |
Namespace: Arction.Wpf.Charting
The ChartMessageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns struct values as a string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Chart |
LightningChart object where the message happened.
| |
| Description |
Description of the message.
| |
| Details |
Details of the message.
| |
| InternalError |
Source exception of the message.
| |
| MessageSeverity |
Severity level of the message.
| |
| MessageType |
Type of the message.
| |
| Source |
Message source object.
| |
| StackTrace |
Stack trace from a possible exception.
| |
| TimeStamp |
Date and time when the message occurred.
|