menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartDataMarker

    Represents the data markers in chart series. Data markers appearance can be customized using this class.

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

    Constructors

    ChartDataMarker(ChartSeries)

    Declaration
    public ChartDataMarker(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    Properties

    ConnectorLineStyle

    Gets the options for customizing the data marker's connector line.

    Declaration
    public ConnectorLineStyle ConnectorLineStyle { get; }
    Property Value
    Type
    ConnectorLineStyle

    LabelContent

    Gets or sets an option that determines the content to be displayed in the data marker label.

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

    LabelStyle

    Gets the options for customizing the data marker's label.

    Declaration
    public ChartDataMarkerLabelStyle LabelStyle { get; }
    Property Value
    Type
    ChartDataMarkerLabelStyle

    MarkerColor

    Gets or sets the color of the data marker.

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

    MarkerHeight

    Gets or sets the height of the data marker.

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

    MarkerStrokeColor

    Gets or sets the border color of the data marker symbol.

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

    MarkerStrokeWidth

    Gets or sets the width of the data marker border line.

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

    MarkerType

    Gets or sets the type of the marker.

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

    MarkerWidth

    Gets or sets the width of the data marker.

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

    Series

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type
    ChartSeries

    ShowLabel

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

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

    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

    UseSeriesPalette

    Gets or sets a value indicating whether to set the series color to the data marker's label background.

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