ChartBaseMajorTickInterval Property

Gets or sets the major tick's interval.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual double MajorTickInterval { get; set; }

Property Value

Double

Remarks

Value must be greater than MajorTickInterval and less than MajorTickInterval.

See Also