menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartTrackballMarkerStyle

    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
    ChartTrackballMarkerStyle
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartTrackballMarkerStyle : Element, IThemeElement

    Constructors

    ChartTrackballMarkerStyle()

    Initializes a new instance of the ChartTrackballMarkerStyle class.

    Declaration
    public ChartTrackballMarkerStyle()

    Fields

    BorderColorProperty

    Gets or sets the border color of the trackball marker. This is a bindable property.

    Declaration
    public static readonly BindableProperty BorderColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    BorderWidthProperty

    Gets or sets the width of the trackball marker border. This is a bindable property.

    Declaration
    public static readonly BindableProperty BorderWidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ColorProperty

    Gets or sets the color of the trackball marker. This is a bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HeightProperty

    Gets or sets the height of the trackball marker. This is a bindable property.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ShowMarkerProperty

    Gets or sets a value that indicates whether to show marker for the trackball. This is a bindable property.

    Declaration
    public static readonly BindableProperty ShowMarkerProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    WidthProperty

    Gets or sets the width of the trackball marker. This is a bindable property.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    BorderColor

    Gets or sets the border color of the trackball marker. This is a bindable property.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Color as its value.

    BorderWidth

    Gets or sets the width of the trackball marker border. This is a bindable property.

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

    This property takes the double value.

    Color

    Gets or sets the color of the trackball marker. This is a bindable property.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Color as its value.

    Height

    Gets or sets the height of the trackball marker. This is a bindable property.

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

    This property takes the double value.

    ShowMarker

    Gets or sets a value indicating whether to show marker for the trackball. This is a bindable property.

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

    This property takes the boolean value.

    Width

    Gets or sets the width of the trackball marker. This is a bindable property.

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

    This property takes the double value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved