Charting for WPF Programmer's Guide

ChartSeries.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

A double value. Default is 12D.

 See Also