Click or drag to resize

GUIGraphAxisModelCustomLabels Property

Defines Custom Labels for Bar graph

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string CustomLabels { get; set; }

Property Value

Type: String
Remarks

The CustomLabels can be Binding or array of string e.g. "Jan; Feb; Mar; Apr; May; Jun; Jul; Aug; Sept; Oct; Nov; Dec"

If this attribute is defined, it will replace the default number labels in the Axis for Bar chart only.

See Also