LegendBoxBaseValueLabelFont Property |
LightningChart .NET Help
Series value text font.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic Font ValueLabelFont { get; set; }Public Property ValueLabelFont As Font
Get
Set
public:
property Font^ ValueLabelFont {
Font^ get ();
void set (Font^ value);
}Property Value
Type:
Font
See Also