LineChartXAxis Property

Specifies the horizontal axis of the chart.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual XAxis XAxis { get; set; }

Property Value

XAxis

Exceptions

NullReferenceException Setting null value to this property will result in NullReferenceException, because null value is not supported.

See Also