menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutTargets - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutTargets

    Specifies the value indicates the layout targets for the chart.

    Inheritance
    System.Object
    LayoutTargets
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class LayoutTargets : Enum

    Fields

    auto

    Indicates the layout target is automatic.

    Declaration
    public const LayoutTargets auto
    Field Value
    Type
    LayoutTargets

    inner

    Indicates the plot area size shall determine the size of the plot area, not including the tick marks and axis labels

    Declaration
    public const LayoutTargets inner
    Field Value
    Type
    LayoutTargets

    outer

    Indicates the plot area size shall determine the size of the plot area, the tick marks, and the axis labels

    Declaration
    public const LayoutTargets outer
    Field Value
    Type
    LayoutTargets
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved