Click or drag to resize

StiSimplifyHelperSimplify Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiSimplifyHelper.Simplify(Stimulsoft.Base.Drawing.PointD[],System.Double,System.Boolean)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static List<PointD> Simplify(
	PointD[] points,
	double tolerance = 10,
	bool highestQuality = false
)

Parameters

points
Type: Stimulsoft.Base.DrawingPointD

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Chart.StiSimplifyHelper.Simplify(Stimulsoft.Base.Drawing.PointD[],System.Double,System.Boolean)"]

tolerance (Optional)
Type: SystemDouble

[Missing <param name="tolerance"/> documentation for "M:Stimulsoft.Report.Chart.StiSimplifyHelper.Simplify(Stimulsoft.Base.Drawing.PointD[],System.Double,System.Boolean)"]

highestQuality (Optional)
Type: SystemBoolean

[Missing <param name="highestQuality"/> documentation for "M:Stimulsoft.Report.Chart.StiSimplifyHelper.Simplify(Stimulsoft.Base.Drawing.PointD[],System.Double,System.Boolean)"]

Return Value

Type: ListPointD

[Missing <returns> documentation for "M:Stimulsoft.Report.Chart.StiSimplifyHelper.Simplify(Stimulsoft.Base.Drawing.PointD[],System.Double,System.Boolean)"]

See Also