Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartDataMarkerLabelStyle

    Inheritance
    System.Object
    ChartLabelStyle
    ChartDataMarkerLabelStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartLabelStyle.OnPropertyChanged(Boolean, String)
    ChartLabelStyle.TextPaint
    ChartLabelStyle.StrokePaint
    ChartLabelStyle.Typeface
    ChartLabelStyle.TextSize
    ChartLabelStyle.TextColor
    ChartLabelStyle.BackgroundColor
    ChartLabelStyle.StrokeColor
    ChartLabelStyle.StrokeWidth
    ChartLabelStyle.LabelFormat
    ChartLabelStyle.MarginTop
    ChartLabelStyle.MarginLeft
    ChartLabelStyle.MarginBottom
    ChartLabelStyle.MarginRight
    ChartLabelStyle.PropertyChanged
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartDataMarkerLabelStyle : ChartLabelStyle, INotifyPropertyChanged

    Constructors

    ChartDataMarkerLabelStyle()

    Declaration
    public ChartDataMarkerLabelStyle()

    Properties

    Angle

    Gets or sets the rotation angle for the data marker label.

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

    LabelPadding

    Gets or sets the padding for the data marker label.

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

    LabelPosition

    Gets or sets the position of the data marker label.

    Declaration
    public DataMarkerLabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    DataMarkerLabelPosition

    OffsetX

    Gets or sets the horizontal offset for the data marker label.

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

    OffsetY

    Gets or sets the vertical offset for the data marker label.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved