CreateLabelOnSegment(int, double)

Create a label on the segment of the dataset starting from the data point at a specified distance along the segment. Distance values are fractional going from 0 to 1 (first datapoint at 0) along the length of the segment An ArgumentException will be thrown when creating a Label at a location already assigned to another Label.

Declaration Syntax

public LabelInfo CreateLabelOnSegment(int data_point_index, double fractional_distance)

Parameters

data_point_index(int)

No details are provided for this entry.

fractional_distance(double)

No details are provided for this entry.