Class ChartSeriesPath
Represents the simple geometry element.
Inherited Members
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
GetChartRegion()
Gets the region of segment.
Declaration
public override ChartRegion GetChartRegion()
Returns
Type |
---|
ChartRegion |