Class WaveformAnnotationConverter
Converts the Loehnert.Waveforms.Annotations to OxyPlot.Wpf.Annotations.
Inherited Members
Namespace: Loehnert.Waveforms.Controls
Assembly: Loehnert.Waveforms.dll
Syntax
public class WaveformAnnotationConverter
Methods
Convert(IAnnotation)
Converts an IAnnotation to an OxyPlot.Wpf.Annotation.
Declaration
public virtual Annotation Convert(IAnnotation annotation)
Parameters
Type | Name | Description |
---|---|---|
IAnnotation | annotation | Annotation to convert. |
Returns
Type | Description |
---|---|
OxyPlot.Wpf.Annotation | An OxyPlot annotation. |
Exceptions
Type | Condition |
---|---|
NotImplementedException | Thrown when the given |