WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartCustomPointType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ChartCustomPointType

    Specifies the options for how to position a custom point on the chart.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartCustomPointType

    Fields

    Name Description
    ChartCoordinates

    Coordinates of the custom point are taken as a percentage of the chart area.

    Percent

    Coordinates of the custom point are taken as a percentage of the chart area.

    Pixel

    Coordinates of the custom point are taken to be in pixels.

    PointFollow

    The custom point will follow the regular point of any series it is assigned to.

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