menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorMode

    Represents the type of connector line that connects the adornment label and data point.

    Inheritance
    System.Object
    ConnectorMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class ConnectorMode : Enum

    Fields

    Bezier

    This draws a Bezier curve as connector line.

    Declaration
    public const ConnectorMode Bezier
    Field Value
    Type
    ConnectorMode

    Line

    This draws a solid line as connector line.

    Declaration
    public const ConnectorMode Line
    Field Value
    Type
    ConnectorMode

    StraightLine

    This draws a horizontal straight line as connector line.

    Declaration
    public const ConnectorMode StraightLine
    Field Value
    Type
    ConnectorMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved