Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTrackballAxisLabelStyle

    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
    SFLabelStyle
    SFChartTrackballLabelStyle
    SFChartTrackballAxisLabelStyle
    Inherited Members
    SFChartTrackballLabelStyle.Visible
    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 SFChartTrackballAxisLabelStyle : SFChartTrackballLabelStyle

    Constructors

    SFChartTrackballAxisLabelStyle(SFAxis)

    Declaration
    public SFChartTrackballAxisLabelStyle(SFAxis axis)
    Parameters
    Type Name Description
    SFAxis axis

    Properties

    LabelAlignment

    Gets or sets the position of the trackball axis label.

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