WpfFont Constructor (String, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic WpfFont(
string family,
double size
)
Public Sub New (
family As String,
size As Double
)
public:
WpfFont(
String^ family,
double size
)
Parameters
- family
- Type: SystemString
Font family - size
- Type: SystemDouble
Size as wpf units
See Also