menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartAnnotationLabelStyle

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

    Constructors

    ChartAnnotationLabelStyle()

    Declaration
    public ChartAnnotationLabelStyle()

    Properties

    HorizontalLabelAlignment

    Gets or sets the horizontal text alignment.

    Declaration
    public ChartAnnotationAlignment HorizontalLabelAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

    VerticalLabelAlignment

    Gets or sets the vertical text alignment.

    Declaration
    public ChartAnnotationAlignment VerticalLabelAlignment { get; set; }
    Property Value
    Type Description
    ChartAnnotationAlignment

    This property takes SFChartAlignment value.

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