Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartPointInfo

    This class contains information about the displaying series data points.

    Inheritance
    System.Object
    SFChartPointInfo
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartPointInfo : NSObject

    Constructors

    SFChartPointInfo()

    Declaration
    public SFChartPointInfo()

    Properties

    Color

    Declaration
    public NSColor Color { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    Data

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

    Label

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

    LabelStyle

    Declaration
    public SFChartTrackballLabelStyle LabelStyle { get; }
    Property Value
    Type Description
    SFChartTrackballLabelStyle

    MarkerStyle

    Declaration
    public SFChartTrackballMarkerStyle MarkerStyle { get; }
    Property Value
    Type Description
    SFChartTrackballMarkerStyle

    Series

    Declaration
    public SFCartesianSeries Series { get; }
    Property Value
    Type Description
    SFCartesianSeries

    Visible

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

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

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