Charting for WPF Programmer's Guide

AxesChart.XAxisSettings Property

See Also
 


Gets the settings for the X axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public AxisSettings XAxisSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property XAxisSettings As AxisSettings

 Property Value

An object of type AxisSettings.

 Remarks

The XAxisSettings property specifies all types of appearance settings for the X-axis: type of labels, minimum and maximum value of the scale, interval, title, tick length, axis length and more. 

 See Also