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