Xamarin.Android

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

    Show / Hide Table of Contents

    Class ConnectorLineStyle

    Inheritance
    System.Object
    ChartLineStyle
    ConnectorLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartLineStyle.OnPropertyChanged(Boolean, String)
    ChartLineStyle.StrokeColor
    ChartLineStyle.StrokeWidth
    ChartLineStyle.PathEffect
    ChartLineStyle.PropertyChanged
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ConnectorLineStyle : ChartLineStyle, INotifyPropertyChanged

    Constructors

    ConnectorLineStyle()

    Declaration
    public ConnectorLineStyle()

    ConnectorLineStyle(ChartDataMarker)

    Declaration
    public ConnectorLineStyle(ChartDataMarker dataMarker)
    Parameters
    Type Name Description
    ChartDataMarker dataMarker

    Properties

    ConnectorHeight

    Gets or sets the height of the connector line.

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

    ConnectorRotationAngle

    Gets or sets the rotation angle of the connector line.

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

    Implements

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