Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DataMarkerLabel

    This class can be used to customize the appearance of data marker.

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

    Constructors

    DataMarkerLabel()

    Declaration
    public DataMarkerLabel()

    Properties

    BackgroundColor

    Gets or sets the background color of the data marker label.

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

    Data

    Gets the underlying data of data marker label.

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

    GrandTotal

    Gets the sum value of all data

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

    Index

    Gets the index of the label.

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

    Label

    Gets or sets the label.

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

    LabelStyle

    Gets or sets the label style to customize the appearance of data marker label.

    Declaration
    public SFDataMarkerLabelStyle LabelStyle { get; set; }
    Property Value
    Type Description
    SFDataMarkerLabelStyle

    MarkerBorderColor

    Gets or sets the color of the marker border.

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

    MarkerBorderWidth

    Gets or sets the width of the marker border.

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

    MarkerColor

    Gets or sets the color of the marker.

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

    MarkerHeight

    Gets or sets the height of the marker.

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

    MarkerType

    Gets or sets the type of the marker.

    Declaration
    public SFChartDataMarkerType MarkerType { get; set; }
    Property Value
    Type Description
    SFChartDataMarkerType

    MarkerWidth

    Gets or sets the width of the marker.

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

    View

    Gets or sets the view.

    Declaration
    public NSView View { get; set; }
    Property Value
    Type Description
    AppKit.NSView

    XPosition

    Gets the x-position.

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

    The x-position.

    YPosition

    Gets the y-position of the marker label.

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