Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTrackballLineStyle

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

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

    Constructors

    SFChartTrackballLineStyle()

    Declaration
    public SFChartTrackballLineStyle()

    Properties

    Dashes

    Gets or sets the dashes for the trackball line.

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

    Visible

    Gets or sets a value indicating whether this trackball line is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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