C# Class SimTelemetry.PlotterCurves

Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Properties

Property Type Description
Data double>.Dictionary
Legend string
LineColor System.Drawing.Color
LineThickness int
YAxis int

Public Methods

Method Description
PlotterCurves ( ) : System.Collections.Generic

Method Details

PlotterCurves() public method

public PlotterCurves ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Data public_oe property

public Dictionary Data
return double>.Dictionary

Legend public_oe property

public string Legend
return string

LineColor public_oe property

public Color,System.Drawing LineColor
return System.Drawing.Color

LineThickness public_oe property

public int LineThickness
return int

YAxis public_oe property

public int YAxis
return int