Class WaveformSeries
Represents a IWaveform as OxyPlot.Wpf.LineSeries.
public class WaveformSeries : LineSeries, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable, INotifyPropertyChanged
- Inheritance
-
SeriesItemsSeriesXYAxisSeriesDataPointSeriesLineSeriesWaveformSeries
- Implements
- Inherited Members
-
LineSeries.BrokenLineColorPropertyLineSeries.BrokenLineStylePropertyLineSeries.BrokenLineThicknessPropertyLineSeries.DashesPropertyLineSeries.DecimatorPropertyLineSeries.LabelFormatStringPropertyLineSeries.LabelMarginPropertyLineSeries.LineJoinPropertyLineSeries.LineLegendPositionPropertyLineSeries.LineStylePropertyLineSeries.MarkerFillPropertyLineSeries.MarkerOutlinePropertyLineSeries.MarkerResolutionPropertyLineSeries.MarkerSizePropertyLineSeries.MarkerStrokePropertyLineSeries.MarkerStrokeThicknessPropertyLineSeries.MarkerTypePropertyLineSeries.MinimumSegmentLengthPropertyLineSeries.InterpolationAlgorithmPropertyLineSeries.StrokeThicknessPropertyLineSeries.CreateModel()LineSeries.SynchronizeProperties(Series)LineSeries.BrokenLineColorLineSeries.BrokenLineStyleLineSeries.BrokenLineThicknessLineSeries.DashesLineSeries.DecimatorLineSeries.LabelFormatStringLineSeries.LabelMarginLineSeries.LineJoinLineSeries.LineLegendPositionLineSeries.LineStyleLineSeries.MarkerFillLineSeries.MarkerOutlineLineSeries.MarkerResolutionLineSeries.MarkerSizeLineSeries.MarkerStrokeLineSeries.MarkerStrokeThicknessLineSeries.MarkerTypeLineSeries.MinimumSegmentLengthLineSeries.InterpolationAlgorithmLineSeries.StrokeThicknessDataPointSeries.CanTrackerInterpolatePointsPropertyDataPointSeries.DataFieldXPropertyDataPointSeries.DataFieldYPropertyDataPointSeries.MappingPropertyDataPointSeries.CanTrackerInterpolatePointsDataPointSeries.DataFieldXDataPointSeries.DataFieldYDataPointSeries.MappingXYAxisSeries.XAxisKeyPropertyXYAxisSeries.YAxisKeyPropertyXYAxisSeries.XAxisKeyXYAxisSeries.YAxisKeySeries.ColorPropertySeries.TitlePropertySeries.RenderInLegendPropertySeries.TrackerFormatStringPropertySeries.TrackerKeyPropertySeries.OnDataChanged()Series.OnVisualChanged()Series.ColorSeries.InternalSeriesSeries.TitleSeries.RenderInLegendSeries.TrackerFormatStringSeries.TrackerKey
Constructors
WaveformSeries(IWaveform)
Initializes a new instance of the WaveformSeries class.
public WaveformSeries(IWaveform waveform)
Parameters
waveform
IWaveformWaveform model to present.
Exceptions
- ArgumentNullException
Thrown when
waveform
is null.
Properties
IsRefreshRequired
Gets a value indicating whether refreshing the series is required.
public bool IsRefreshRequired { get; }
Property Value
Waveform
Gets the waveform model.
public IWaveform Waveform { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged