MindFusion.Wpf Pack Programmer's Guide
AxesChart3D.XLabels Property
See Also
 





Gets or sets the custom labels for the X-axis. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public IList XLabels { get; set; }

Visual Basic  Copy Code

Public Property XLabels As IList

 Property Value

A list of objects to use as labels. The default is a list with four strings {"Jan", "Feb", "March", "April"}.

 Remarks

The labels are painted at the X-axis when the XAxisSettings.LabelType property is set to CustomText. Objects of any type are supported. Non-string objects are converted using their ToString method.

 See Also

AxesChart3D Members
AxesChart3D Class
MindFusion.Charting.Wpf Namespace