Charting for WPF Programmer's Guide

AxisSettings.TitleOffset Property

See Also
 


Gets or sets the offset of the title label from the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double TitleOffset { get; set; }

Visual Basic  Copy Code

Public Property TitleOffset As Double

 Property Value

A double value. Default is 5.0.

 See Also