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