LinearXAxisAutoMtiTriggerFactor Property

Gets or sets the factor of the trigger for automatic recalculation of major tick intervals. If more than AutoMtiTriggerFactor major tick intervals fit on this Axis, then the count of major tick marks will automatically double. If fewer than half of AutoMtiTriggerFactor major tick marks fit on this Axis, then the count of major tick marks will automatically be split in half.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public int AutoMtiTriggerFactor { get; set; }

Property Value

Int32

Remarks

Value of this property is only relevant, if value of TickMarksCalculationAlgorithm is equal to Bisection.

Exceptions

ArgumentOutOfRangeException

The minimum allowed value for this property is 2.

The maximum allowed value for this property is 100.

See Also