Charting for WPF Programmer's Guide

AxisSettings.LabelOffset Property

See Also
 


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

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double LabelOffset { get; set; }

Visual Basic  Copy Code

Public Property LabelOffset As Double

 Property Value

A double value. Default is 5.0.

 Remarks

The offset is measured to the Title, if set; otherwise it is measured to the axis.

 See Also