If this is set to true, axis values will be shown.
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool XValuesEnabled { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property XValuesEnabled As Boolean |
| Visual C++ |
|---|
public:
property bool XValuesEnabled {
bool get ();
void set (bool value);
} |
See Also