ComponentOne Chart for .NET (2.0) Search HelpCentral 

FitTypeEnum Enumeration

Use the members of this enumeration to set the value of the FitType property in the ChartDataSeries class.

[Visual Basic]

Public Enum FitTypeEnum

[C#]

public enum FitTypeEnum

[Delphi]

type FitTypeEnum = (Beziers, Line, Spline);

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Members

Member name

Description

Beziers

Line does not pass through all data points, but the points act as magnets, pulling the curve in certain directions and influencing the way the curve bends.

Line

Straight lines connect data points.

Spline

Line passes smoothly through each data point; there are no sharp corners and no abrupt changes in the tightness of the curve.

See Also

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.