Skip to main content

ChartValueAxisBuilder.LinearThreshold Method

Name Parameters Description
LinearThreshold(JS) value Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes. Mirrors the client-side linearThreshold option.
LinearThreshold(Double) value Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes. Mirrors the client-side linearThreshold option.