LegendBoxBaseSeriesTitleFont Property |
LightningChart .NET Help
Series title font.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic WpfFont SeriesTitleFont { get; set; }Public Property SeriesTitleFont As WpfFont
Get
Set
public:
property WpfFont^ SeriesTitleFont {
WpfFont^ get ();
void set (WpfFont^ value);
}Property Value
Type:
WpfFont
See Also