Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTrackballMarkerStyle

    This class is used to customize the appearance of the trackball marker that appears over the data point when trackball is enabled in the chart.

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

    Constructors

    SFChartTrackballMarkerStyle()

    Declaration
    public SFChartTrackballMarkerStyle()

    Properties

    BorderColor

    Gets or sets the color of the border.

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

    BorderWidth

    Gets or sets the width of the border.

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type Description
    System.Single

    Color

    Gets or sets the marker color.

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

    Height

    Gets or sets the marker height.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    MarkerType

    Gets or sets the type of the marker.

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

    Visible

    Gets or sets a value indicating whether this trackball marker is visible.

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

    Width

    Gets or sets the marker width.

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