LegendBoxBaseValueLabelFont Property |
LightningChart .NET Help
Gets or sets series value text font. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic WpfFont ValueLabelFont { get; set; }Public Property ValueLabelFont As WpfFont
Get
Set
public:
property WpfFont^ ValueLabelFont {
WpfFont^ get ();
void set (WpfFont^ value);
}Property Value
Type:
WpfFont
See Also