DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    OxyPlot Class

    Definition

    Namespace: DWSIM.ExtensionMethods
    Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
    C#Request Example
    public sealed class OxyPlot
    VBRequest Example
    <ExtensionAttribute>
    Public NotInheritable Class OxyPlot
    Inheritance
    Object    OxyPlot

    Methods

    AddAreaSeries(PlotModel, IEnumerableDouble, IEnumerableDouble, IEnumerableDouble, OxyColor, String, Boolean) 
    AddAreaSeries(PlotModel, IEnumerableDouble, IEnumerableDouble, IEnumerableDouble, IEnumerableDouble, OxyColor, String, Boolean) 
    AddAreaSeriesAbove 
    AddAreaSeriesBeyond 
    AddColumnSeries(PlotModel, IEnumerableString, IEnumerableDouble) 
    AddColumnSeries(PlotModel, IEnumerableString, IEnumerableDouble, OxyColor) 
    AddHighlightedPoint(PlotModel, Double, Double) 
    AddHighlightedPoint(PlotModel, Double, Double, OxyColor) 
    AddLineSeries(PlotModel, IEnumerableDateTime, IEnumerableDouble) 
    AddLineSeries(PlotModel, IEnumerableDateTime, IEnumerableDouble, OxyColor) 
    AddLineSeries(PlotModel, IEnumerableDouble, IEnumerableDouble, String) 
    AddLineSeries(PlotModel, IEnumerableDouble, IEnumerableDouble, OxyColor, String) 
    AddLineSeriesWithKeys 
    AddScatterSeries(PlotModel, IEnumerableDouble, IEnumerableDouble) 
    AddScatterSeries(PlotModel, IEnumerableDouble, IEnumerableDouble, OxyColor) 
    AddYAxis 
    GetClipboardData 

    Extension Methods

    GetEnumNames
    (Defined by General)
    IsValidDouble
    (Defined by General)

    See Also

    Reference

    DWSIM.ExtensionMethods Namespace

    In This Article

    • Definition
    • Methods
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros