LightningChart .NET Help
Gets or sets axis title. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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