Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFAxisLineStyle

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

    Inheritance
    System.Object
    SFLineStyle
    SFAxisLineStyle
    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 SFAxisLineStyle : SFLineStyle, INotifyPropertyChanged

    Constructors

    SFAxisLineStyle()

    Declaration
    public SFAxisLineStyle()

    Properties

    Dashes

    Gets or sets the dashes for the axis line.

    Declaration
    public NSArray Dashes { get; set; }
    Property Value
    Type Description
    Foundation.NSArray

    Implements

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