Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFConnectorLineStyle

    This class is used to customize the appearance of data marker.

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

    Constructors

    SFConnectorLineStyle()

    Declaration
    public SFConnectorLineStyle()

    SFConnectorLineStyle(SFChartDataMarker)

    Declaration
    public SFConnectorLineStyle(SFChartDataMarker dataMarker)
    Parameters
    Type Name Description
    SFChartDataMarker dataMarker

    Properties

    ConnectorHeight

    Gets or sets the height of the connector.

    Declaration
    public float ConnectorHeight { get; set; }
    Property Value
    Type Description
    System.Single

    ConnectorRotationAngle

    Gets or sets the rotation angle for the connector line.

    Declaration
    public float ConnectorRotationAngle { get; set; }
    Property Value
    Type Description
    System.Single

    Dashes

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