menu

WinUI

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

    Show / Hide Table of Contents

    Class ConnectorMode

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

    Inheritance
    System.Object
    ConnectorMode
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved