ChartBaseMinorTickCountLogarithmic Property

Gets or sets the amount of Major ticks if logarithmic ScaleType is used. If linear ScaleType is used then this property is ignored.

Definition

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

Property Value

Int32

Remarks

The value must be between 1 and 8.

See Also