FSharpBio


GenericChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Constructors

ConstructorDescription
new(chartType)
Signature: chartType:SeriesChartType -> GenericChart

Instance members

Instance memberDescription
CopyAsBitmap()
Signature: unit -> Image

Copy the contents of the chart as a bitmap

CopyChartToClipboard()
Signature: unit -> unit

Copy the contents of the chart to the clipboard

CopyChartToClipboardEmf(control)
Signature: control:Control -> unit

Copy the contents of the chart to the clipboard as a metafile

GetType()
Signature: unit -> Type
SaveChartAs(filename, format)
Signature: (filename:string * format:ChartImageFormat) -> unit

Save the chart as an image in the specified image format

Fork me on GitHub