menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSeriesTypeEditor

    Custom System.Drawing.Design.UITypeEditor for ChartSeriesType enumeration.

    Inheritance
    System.Object
    ChartSeriesTypeEditor
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartSeriesTypeEditor : UITypeEditor

    Constructors

    ChartSeriesTypeEditor()

    Initializes a new instance of the ChartSeriesTypeEditor class.

    Declaration
    public ChartSeriesTypeEditor()

    Methods

    GetPaintValueSupported(ITypeDescriptorContext)

    Indicates whether the specified context supports painting a representation of an object's value within the specified context.

    Declaration
    public override bool GetPaintValueSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.

    Returns
    Type Description
    System.Boolean

    true if System.Drawing.Design.UITypeEditor.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle) is implemented; otherwise, false.

    PaintValue(PaintValueEventArgs)

    Paints a representation of the value of an object using the specified System.Drawing.Design.PaintValueEventArgs.

    Declaration
    public override void PaintValue(PaintValueEventArgs e)
    Parameters
    Type Name Description
    System.Drawing.Design.PaintValueEventArgs e

    A System.Drawing.Design.PaintValueEventArgs that indicates what to paint and where to paint it.

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