BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
Loading...
Searching...
No Matches
BioCore.Plot Class Reference
Inheritance diagram for BioCore.Plot:

Public Member Functions

 Plot (double[] vals, string name)
 
void UpdateImage ()
 

Public Attributes

ScottPlot.Plot plot
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

List< double[]> Data [get, set]
 
Bitmap Image [get, set]
 

Detailed Description

Definition at line 14 of file Plot.cs.

Constructor & Destructor Documentation

◆ Plot() [1/2]

BioCore.Plot.Plot ( )

Definition at line 31 of file Plot.cs.

◆ Plot() [2/2]

BioCore.Plot.Plot ( double[]  vals,
string  name 
)

Definition at line 38 of file Plot.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.Plot.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file Plot.Designer.cs.

◆ UpdateImage()

void BioCore.Plot.UpdateImage ( )

Definition at line 47 of file Plot.cs.

Member Data Documentation

◆ plot

ScottPlot.Plot BioCore.Plot.plot

Definition at line 16 of file Plot.cs.

Property Documentation

◆ Data

List<double[]> BioCore.Plot.Data
getset

Definition at line 21 of file Plot.cs.

◆ Image

Bitmap BioCore.Plot.Image
getset

Definition at line 26 of file Plot.cs.


The documentation for this class was generated from the following files: