menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTrackballAxisLabelStyle - API Reference

    Show / Hide Table of Contents

    Class ChartTrackballAxisLabelStyle

    This class is used to customize the appearance of the trackball label that appears over the axis when trackball is enabled in the chart.

    Inheritance
    System.Object
    ChartLabelStyle
    ChartTrackballAxisLabelStyle
    Inherited Members
    ChartLabelStyle.TextColorProperty
    ChartLabelStyle.BackgroundColorProperty
    ChartLabelStyle.MarginProperty
    ChartLabelStyle.BorderThicknessProperty
    ChartLabelStyle.BorderColorProperty
    ChartLabelStyle.FontProperty
    ChartLabelStyle.FontSizeProperty
    ChartLabelStyle.FontFamilyProperty
    ChartLabelStyle.FontAttributesProperty
    ChartLabelStyle.LabelFormatProperty
    ChartLabelStyle.TextColor
    ChartLabelStyle.BackgroundColor
    ChartLabelStyle.Margin
    ChartLabelStyle.BorderThickness
    ChartLabelStyle.BorderColor
    ChartLabelStyle.LabelFormat
    ChartLabelStyle.Font
    ChartLabelStyle.FontSize
    ChartLabelStyle.FontFamily
    ChartLabelStyle.FontAttributes
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartTrackballAxisLabelStyle : ChartLabelStyle, IThemeElement

    Constructors

    ChartTrackballAxisLabelStyle()

    Initializes a new instance of the ChartTrackballAxisLabelStyle class.

    Declaration
    public ChartTrackballAxisLabelStyle()

    Fields

    AxisLabelAlignmentProperty

    Gets or sets the alignment of the axis labels. This is a bindable property.

    Declaration
    public static readonly BindableProperty AxisLabelAlignmentProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    AxisLabelAlignment

    Gets or sets the alignment of the axis labels. This is a bindable property.

    Declaration
    public ChartLabelAlignment AxisLabelAlignment { get; set; }
    Property Value
    Type Description
    ChartLabelAlignment

    This property takes the ChartLabelAlignment value.

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