ChartBaseXAxisDecimalPlaces 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 XAxisDecimalPlaces { get; set; }

Property Value

UInt32

Remarks

Value must be greater than XAxisDecimalPlaces and less than XAxisDecimalPlaces.

See Also