LightningChart .NET Help
Axis title.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AxisXTitle Title { get; set; }Public Property Title As AxisXTitle
Get
Set
public:
property AxisXTitle^ Title {
AxisXTitle^ get ();
void set (AxisXTitle^ value);
}Property Value
Type:
AxisXTitle
See Also