Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFDataMarkerLabelStyle

    This class is used to customize the appearance of data marker label style.

    Inheritance
    System.Object
    SFLabelStyle
    SFDataMarkerLabelStyle
    Inherited Members
    SFLabelStyle.OnPropertyChanged(Boolean, String)
    SFLabelStyle.Color
    SFLabelStyle.Font
    SFLabelStyle.BackgroundColor
    SFLabelStyle.BorderColor
    SFLabelStyle.BorderWidth
    SFLabelStyle.Margin
    SFLabelStyle.LabelFormatter
    SFLabelStyle.PropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFDataMarkerLabelStyle : SFLabelStyle

    Constructors

    SFDataMarkerLabelStyle()

    Declaration
    public SFDataMarkerLabelStyle()

    Properties

    Angle

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

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

    LabelPadding

    Gets or sets the padding for positioning the labels.

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

    LabelPosition

    Gets or sets the position of data marker label.

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

    OffsetX

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

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

    OffsetY

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

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