menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartTrackballMarkerStyle

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

    Constructors

    ChartTrackballMarkerStyle()

    Declaration
    public ChartTrackballMarkerStyle()

    Properties

    Color

    Gets or sets the color for the marker.

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

    Height

    Gets or sets the height for the marker.

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

    MarkerType

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

    ShowMarker

    Gets or sets a value indicating whether to show marker for the data marker.

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

    StrokeColor

    Gets or sets the color for the marker stroke.

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

    StrokeWidth

    Gets or sets the width for the marker stroke.

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

    Width

    Gets or sets the width for the marker.

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