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