Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFAxisGridLineStyle

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

    Inheritance
    System.Object
    SFLineStyle
    SFAxisGridLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SFLineStyle.OnPropertyChanged(Boolean, String)
    SFLineStyle.LineColor
    SFLineStyle.LineWidth
    SFLineStyle.PropertyChanged
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFAxisGridLineStyle : SFLineStyle, INotifyPropertyChanged

    Constructors

    SFAxisGridLineStyle()

    Declaration
    public SFAxisGridLineStyle()

    Properties

    Dashes

    Gets or sets the dashes for axis grid 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