menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorLineStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorLineStyle

    This class is used to customize the appearance of connector line that connects ChartDataMarker label and data point.

    Inheritance
    System.Object
    ChartLineStyle
    ConnectorLineStyle
    Inherited Members
    ChartLineStyle.StrokeColor
    ChartLineStyle.StrokeColorProperty
    ChartLineStyle.StrokeDashArray
    ChartLineStyle.StrokeDashArrayProperty
    ChartLineStyle.StrokeWidth
    ChartLineStyle.StrokeWidthProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ConnectorLineStyle : ChartLineStyle, IThemeElement

    Constructors

    ConnectorLineStyle()

    Initializes a new instance of the ConnectorLineStyle class.

    Declaration
    public ConnectorLineStyle()

    Fields

    ConnectorHeightProperty

    Gets or sets the height of the connector line. This is a bindable property.

    Declaration
    public static readonly BindableProperty ConnectorHeightProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ConnectorRotationAngleProperty

    Gets or sets the rotation angle of the connector line. This is a bindable property.

    Declaration
    public static readonly BindableProperty ConnectorRotationAngleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    ConnectorHeight

    Gets or sets the height of the connector line. This is a bindable property.

    Declaration
    public double ConnectorHeight { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the double value.

    ConnectorRotationAngle

    Gets or sets the rotation angle of the connector line. This is a bindable property.

    Declaration
    public double ConnectorRotationAngle { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the double value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved