MindFusion.Charting Programmer's Guide

AxisSettings.TitleLabelOffset Property

See Also
 





Gets or sets the offset of the TitleLabel to the start of the chart axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float TitleLabelOffset { get; set; }

Visual Basic  Copy Code

Public Property TitleLabelOffset As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the space between the TitleLabel and the axis it refers to. If other labels are drawn at the axis, the property specifies the offset between the TitleLabel and the last row or column of axis labels.

 See Also