alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved