WinForms

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

    Show / Hide Table of Contents

    Enum ChartRadarDrawType

    The type of Radar chart that is to be rendered.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartRadarDrawType
    Examples
    series.ConfigItems.RadarItem.Type = ChartRadarDrawType.Symbol;

    Fields

    Name Description
    Area

    Renders a Radar chart such that points are connected and the enclosed region is filled.

    Line

    Renders a Radar chart such that points are connected but the enclosed region is not filled.

    Symbol

    Renders a Radar chart such that points are rendered with the associated symbol. They are not connected to each other.

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