Click or drag to resize

GUIGraphAxisModelLabelFormat Property

Defines the Label format for the graph

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

Property Value

Type: String
Remarks

The LabelFormat can be any format string supported by Format(IFormatProvider, String, Object)

See Also