Table of Contents

Class PropertyLineSmoothing

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides smoothing configuration for line based chart elements (e.g. curve fitting, spline interpolation). Controls smoothing type and maximum number of support points used in the smoothing algorithm.

public class PropertyLineSmoothing : DomItem
Inheritance
PropertyLineSmoothing
Inherited Members

Properties

MaximumSupportPoints

Gets or sets the maximum number of support points considered when smoothing.

public string MaximumSupportPoints { get; set; }

Property Value

string

SmoothingType

Gets or sets the smoothing type (engine specific numeric constant, e.g. none, spline, Bezier).

public string SmoothingType { get; set; }

Property Value

string