Charting for WPF Programmer's Guide

Chart.TitleMargin Property

See Also
 


Gets or sets the margin around the title.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Thickness TitleMargin { get; set; }

Visual Basic  Copy Code

Public Property TitleMargin As Thickness

 Property Value

An instance of the WPF's Thickness structure. Default value is Thickneess (0,10,0,10).

 See Also