LineChartXAxis Property
Specifies the horizontal axis of the chart.
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual XAxis XAxis { get; set; }
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Overridable Property XAxis As XAxis
Get
Set
Property Value
XAxis | NullReferenceException |
Setting null value to this property will result in NullReferenceException, because null value is not supported.
|