menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSeriesPath

    Represents the simple geometry element.

    Inheritance
    System.Object
    ChartSegment
    ChartSeriesPath
    Inherited Members
    ChartSegment.Bounds
    ChartSegment.ZOrder
    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 ChartSeriesPath : ChartSegment

    Constructors

    ChartSeriesPath()

    Initializes a new instance of the ChartSeriesPath class.

    Declaration
    public ChartSeriesPath()

    ChartSeriesPath(GraphicsPath, BrushInfo, Pen)

    Initializes a new instance of the ChartSeriesPath class.

    Declaration
    public ChartSeriesPath(GraphicsPath gp, BrushInfo br, Pen pen)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.GraphicsPath gp

    The System.Drawing.Drawing2D.GraphicsPath.

    BrushInfo br

    The BrushInfo.

    System.Drawing.Pen pen

    The System.Drawing.Pen.

    ChartSeriesPath(GraphicsPath, BrushInfo, Pen, ChartRegionData)

    Initializes a new instance of the ChartSeriesPath class.

    Declaration
    public ChartSeriesPath(GraphicsPath gp, BrushInfo br, Pen pen, ChartRegionData crd)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.GraphicsPath gp

    The System.Drawing.Drawing2D.GraphicsPath.

    BrushInfo br

    The BrushInfo.

    System.Drawing.Pen pen

    The System.Drawing.Pen.

    ChartRegionData crd

    The ChartRegionData.

    Properties

    RegionData

    Gets or sets the region data.

    Declaration
    public ChartRegionData RegionData { get; set; }
    Property Value
    Type Description
    ChartRegionData

    The region data.

    Methods

    AddPrimitive(GraphicsPath, Pen, BrushInfo)

    Adds the graphical primitive.

    Declaration
    public void AddPrimitive(GraphicsPath gp, Pen pen, BrushInfo brushInfo)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.GraphicsPath gp

    The System.Drawing.Drawing2D.GraphicsPath.

    System.Drawing.Pen pen

    The System.Drawing.Pen.

    BrushInfo brushInfo

    The BrushInfo.

    AddPrimitive(GraphicsPath, Pen, BrushInfo, String)

    Adds the graphical primitive.

    Declaration
    public void AddPrimitive(GraphicsPath gp, Pen pen, BrushInfo brushInfo, string boxName)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.GraphicsPath gp

    The System.Drawing.Drawing2D.GraphicsPath.

    System.Drawing.Pen pen

    The System.Drawing.Pen.

    BrushInfo brushInfo

    The BrushInfo.

    System.String boxName

    The System.String.

    Draw(ChartGraph)

    Draws the segment to specified ChartGraph.

    Declaration
    public void Draw(ChartGraph cg)
    Parameters
    Type Name Description
    ChartGraph cg

    The ChartGraph.

    Draw(ChartGraph, String)

    Draws the segment to specified ChartGraph.

    Declaration
    public void Draw(ChartGraph cg, string g)
    Parameters
    Type Name Description
    ChartGraph cg

    The ChartGraph.

    System.String g

    The System.String.

    Draw(Graphics)

    Draws the segment to specified System.Drawing.Graphics.

    Declaration
    public override void Draw(Graphics g)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The System.Drawing.Graphics instance.

    Overrides
    ChartSegment.Draw(Graphics)

    GetChartRegion()

    Gets the region of segment.

    Declaration
    public override ChartRegion GetChartRegion()
    Returns
    Type
    ChartRegion
    Overrides
    ChartSegment.GetChartRegion()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved