menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartAnnotationLabelStyle

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

    Constructors

    ChartAnnotationLabelStyle()

    Declaration
    public ChartAnnotationLabelStyle()

    Properties

    HorizontalLabelAlignment

    Gets or sets the horizontal label alignment.

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

    The horizontal label alignment.

    VerticalLabelAlignment

    Gets or sets the vertical label alignment.

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

    The vertical label alignment.

    Implements

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