ChartBaseYAxisDecimalPlaces Property

Gets or sets a value indicating how many decimal places should a value of major tick mark have when drawn to the client area.

Definition

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

Property Value

UInt32

Remarks

Value must be greater than YAxisDecimalPlaces and less than YAxisDecimalPlaces.

See Also