alexa
menu

WPF

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

    Show / Hide Table of Contents

    Enum SnapToPoint

    Specifies how a segment should snap to nearby points during drag-and-drop operations.

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum SnapToPoint

    Fields

    Name Description
    Ceil

    Snaps up to the nearest whole number.

    Floor

    Snaps down to the nearest whole number.

    None

    No snapping is applied.

    Round

    Snaps to the nearest whole value by rounding.

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