Class ChartAreaImageEventArgs
Argument that is to be used with chart area image drawing events.
Inheritance
System.Object
ChartAreaImageEventArgs
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartAreaImageEventArgs : EventArgs
Constructors
ChartAreaImageEventArgs(Image)
Initializes a new instance of the ChartAreaImageEventArgs class.
Declaration
public ChartAreaImageEventArgs(Image BufferImage)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Image | BufferImage | The buffer image. |
Properties
BufferImage
Gets or sets the buffer image.
Declaration
public Image BufferImage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Image | The buffer image. |
Handled
Gets or sets a value indicating whether this ChartAreaImageEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Location
Gets or sets the location of the image.
Declaration
public Point Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Point | The location. |
Size
Gets or sets the size of the image.
Declaration
public Size Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Size | The size. |