Class ChartImageLayout
Specifies the position of the image.
Inheritance
System.Object
ChartImageLayout
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartImageLayout : Enum
Fields
Center
The image is centered within the control's client rectangle.
Declaration
public const ChartImageLayout Center
Field Value
| Type |
|---|
| ChartImageLayout |
None
The image is left-aligned at the top across the control's client rectangle.
Declaration
public const ChartImageLayout None
Field Value
| Type |
|---|
| ChartImageLayout |
Stretch
The image is stretched across the control's client rectangle.
Declaration
public const ChartImageLayout Stretch
Field Value
| Type |
|---|
| ChartImageLayout |
Tile
The image is tiled across the control's client rectangle.
Declaration
public const ChartImageLayout Tile
Field Value
| Type |
|---|
| ChartImageLayout |
Zoom
The image is enlarged within the control's client rectangle.
Declaration
public const ChartImageLayout Zoom
Field Value
| Type |
|---|
| ChartImageLayout |