menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartPointInfo

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

    Constructors

    ChartPointInfo()

    Declaration
    public ChartPointInfo()

    Properties

    ChartDataPoint

    Declaration
    public object ChartDataPoint { get; }
    Property Value
    Type
    System.Object

    Color

    Declaration
    public Color Color { get; }
    Property Value
    Type
    Android.Graphics.Color

    DataPointIndex

    Declaration
    public int DataPointIndex { get; }
    Property Value
    Type
    System.Int32

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    System.String

    LabelStyle

    Declaration
    public ChartLabelStyle LabelStyle { get; }
    Property Value
    Type
    ChartLabelStyle

    Series

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type
    ChartSeries

    XPosition

    Declaration
    public double XPosition { get; }
    Property Value
    Type
    System.Double

    YPosition

    Declaration
    public double YPosition { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved