menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartAxisLabelStyle

    Inheritance
    System.Object
    ChartLabelStyle
    ChartAxisLabelStyle
    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 ChartAxisLabelStyle : ChartLabelStyle, INotifyPropertyChanged

    Constructors

    ChartAxisLabelStyle()

    Declaration
    public ChartAxisLabelStyle()

    Properties

    CornerRadius

    Gets or sets the corner radius to draw rounded corners for axis labels background by using ChartCornerRadius.

    Declaration
    public ChartCornerRadius CornerRadius { get; set; }
    Property Value
    Type
    ChartCornerRadius

    LabelAlignment

    Gets or sets the axis label at start, end, and center positions.

    Declaration
    public ChartAxisLabelAlignment LabelAlignment { get; set; }
    Property Value
    Type
    ChartAxisLabelAlignment

    LabelsPosition

    Declaration
    public AxisElementPosition LabelsPosition { get; set; }
    Property Value
    Type
    AxisElementPosition

    MaxWidth

    Gets or sets the maximum value to wrap the label.

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

    WrappedLabelAlignment

    Gets or sets the value to place the label at different position.

    Declaration
    public ChartAxisLabelAlignment WrappedLabelAlignment { get; set; }
    Property Value
    Type
    ChartAxisLabelAlignment

    Implements

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