LabelInfo LabelCollection.CreateLabelOnSegment(Int32 param1, Double param2)
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.
Examples
Parameters
-
param1
Type: Int32
-
param2
Type: Double