Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFAxisTickStyle

    This class is used to customize the appearance of axis ticks.

    Inheritance
    System.Object
    SFLineStyle
    SFAxisTickStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SFLineStyle.OnPropertyChanged(Boolean, String)
    SFLineStyle.LineColor
    SFLineStyle.LineWidth
    SFLineStyle.PropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFAxisTickStyle : SFLineStyle, INotifyPropertyChanged

    Constructors

    SFAxisTickStyle()

    Declaration
    public SFAxisTickStyle()

    SFAxisTickStyle(NSNumber, NSNumber)

    Declaration
    public SFAxisTickStyle(NSNumber lineWidth, NSNumber lineSize)
    Parameters
    Type Name Description
    Foundation.NSNumber lineWidth
    Foundation.NSNumber lineSize

    Properties

    LineSize

    Gets or sets the size of the tick line.

    Declaration
    public NSNumber LineSize { get; set; }
    Property Value
    Type Description
    Foundation.NSNumber

    Implements

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