Charting for WPF Programmer's Guide

Chart.LabelFontSize Property

See Also
 


Gets or sets the font size for the chart labels.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double LabelFontSize { get; set; }

Visual Basic  Copy Code

Public Property LabelFontSize As Double

 Property Value

 See Also