ChartBaseAutoAdjustAxisMargins Property

Gets or sets a bool indicating, whether ChartBase should automatically adjust value of [!:AxisMargins] property to such values, that axis labels completely fit into the client area of the control.

Definition

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

Property Value

Boolean

See Also