Table of Contents

Class CaptureEventArgs

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the Capture event.

public class CaptureEventArgs : ChartEventArgs
Inheritance
CaptureEventArgs
Inherited Members

Constructors

CaptureEventArgs(bool, string, string)

Creates and initializes a new instance of Capture class.

public CaptureEventArgs(bool success, string fileName, string failureReason)

Parameters

success bool
param success M:LightningChartLib.WinForms.Charting.CaptureEventArgs.#ctor(System.Boolean,System.String,System.String)
fileName string
param fileName M:LightningChartLib.WinForms.Charting.CaptureEventArgs.#ctor(System.Boolean,System.String,System.String)
failureReason string
param failureReason M:LightningChartLib.WinForms.Charting.CaptureEventArgs.#ctor(System.Boolean,System.String,System.String)

Fields

Chart

The chart that was just rendered.

public LightningChart Chart

Field Value

LightningChart

FailureReason

Failure reason, if any.

public string FailureReason

Field Value

string

Filename

File name of capture. Null for clipboard.

public string Filename

Field Value

string

Success

Success status of capture.

public bool Success

Field Value

bool