Class
MergedDataPoints

Represents the settings necessary to determine if and by what algorithm to merge data points.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MergedDataPoints

Inheritance: objectMergedDataPoints

Constructors

MergedDataPoints()

Declaration

cs-api-definition
public MergedDataPoints()

Properties

LegendItemLabel

Specifies the text which gets displayed as a label of the legend item corresponding with the resulting data point.

Declaration

cs-api-definition
public string LegendItemLabel { get; set; }

Property Value

string

MergeMode

Determines if and what presentation to be used for the data points merging. The merge algorithm is further specified by ThresholdMode and ThresholdValue complementary settings.

Declaration

cs-api-definition
public MergeMode MergeMode { get; set; }

Property Value

MergeMode

ThresholdMode

Gets or sets the algorithm to be used when determining which data points to get merged. Each algorithm takes into account the value of the ThresholdValue property as well.

Declaration

cs-api-definition
public ThresholdMode ThresholdMode { get; set; }

Property Value

ThresholdMode

ThresholdValue

Gets or sets the threshold value when determining which data points to get merged.

Declaration

cs-api-definition
public string ThresholdValue { get; set; }

Property Value

string

Remarks

Depending on the chosen ThresholdMode this property might represent count, value, or percentage. It might be a string representing a number in invariant culture or an expression evaluating to a numeric value.