menu

WinForms

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

    Show / Hide Table of Contents

    Class ColumnRender

    Inheritance
    System.Object
    ColumnRender
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ColumnRender

    Constructors

    ColumnRender()

    Initializes a new instance of the ColumnRender class.

    Declaration
    public ColumnRender()

    Fields

    List

    It contains the source list of ColumnSparkline.

    Declaration
    public List<object> List
    Field Value
    Type
    System.Collections.Generic.List<System.Object>

    Methods

    DrawSparkColumn(Graphics, ISparkLine)

    Renders the Column type SparkLine.

    Declaration
    public void DrawSparkColumn(Graphics og, ISparkLine sparkline)
    Parameters
    Type Name Description
    System.Drawing.Graphics og

    The System.Windows.Forms.PaintEventArgs instance containing the event data.

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