Table of Contents

Class Version

Namespace
ScottPlot
Assembly
ScottPlot.dll
public static class Version
Inheritance
Version
Inherited Members

Properties

Build

public static int Build { get; }

Property Value

int

LongString

Version formatted like "ScottPlot 5.0.0-beta"

public static string LongString { get; }

Property Value

string

Major

public static int Major { get; }

Property Value

int

Minor

public static int Minor { get; }

Property Value

int

VersionString

Version formatted like "5.0.0-beta"

public static string VersionString { get; }

Property Value

string

Methods

ShouldBe(int)

Throws an exception if this version of ScottPlot does not match the expected major version

public static void ShouldBe(int major)

Parameters

major int

ShouldBe(int, int)

Throws an exception if this version of ScottPlot does not match the expected major and minor versions

public static void ShouldBe(int major, int minor)

Parameters

major int
minor int

ShouldBe(int, int, int)

Throws an exception if this version of ScottPlot does not match the exact one given

public static void ShouldBe(int major, int minor, int build)

Parameters

major int
minor int
build int