Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartLegendLayout

    Inheritance
    System.Object
    ChartLegendLayout
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartLegendLayout : LinearLayout

    Constructors

    ChartLegendLayout(Context, IAttributeSet)

    Declaration
    public ChartLegendLayout(Context context, IAttributeSet attribute)
    Parameters
    Type Name Description
    Android.Content.Context context
    Android.Util.IAttributeSet attribute

    ChartLegendLayout(Context, IAttributeSet, Int32)

    Declaration
    public ChartLegendLayout(Context context, IAttributeSet attribute, int defaultStyleResource)
    Parameters
    Type Name Description
    Android.Content.Context context
    Android.Util.IAttributeSet attribute
    System.Int32 defaultStyleResource

    ChartLegendLayout(Context, IAttributeSet, Int32, Int32)

    Declaration
    public ChartLegendLayout(Context context, IAttributeSet attribute, int defaultStyleAttribute, int defaultStyleResource)
    Parameters
    Type Name Description
    Android.Content.Context context
    Android.Util.IAttributeSet attribute
    System.Int32 defaultStyleAttribute
    System.Int32 defaultStyleResource

    ChartLegendLayout(Context, ChartLegend)

    Declaration
    public ChartLegendLayout(Context context, ChartLegend legend)
    Parameters
    Type Name Description
    Android.Content.Context context
    ChartLegend legend

    ChartLegendLayout(IntPtr, JniHandleOwnership)

    Declaration
    public ChartLegendLayout(IntPtr javaReference, JniHandleOwnership transfer)
    Parameters
    Type Name Description
    System.IntPtr javaReference
    Android.Runtime.JniHandleOwnership transfer

    Methods

    Draw(Canvas)

    Declaration
    public override void Draw(Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas

    GetView()

    Declaration
    public View GetView()
    Returns
    Type Description
    Android.Views.View
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved