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
successboolparam success M:LightningChartLib.WinForms.Charting.CaptureEventArgs.#ctor(System.Boolean,System.String,System.String) fileNamestringparam fileName M:LightningChartLib.WinForms.Charting.CaptureEventArgs.#ctor(System.Boolean,System.String,System.String) failureReasonstringparam 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
FailureReason
Failure reason, if any.
public string FailureReason
Field Value
Filename
File name of capture. Null for clipboard.
public string Filename
Field Value
Success
Success status of capture.
public bool Success