30 lines
373 B
Markdown
30 lines
373 B
Markdown
# ValuesFormat (Get method)
|
||
|
||
Returns the format of the axis numbers.
|
||
|
||
```
|
||
string ValuesFormat()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Number format.
|
||
|
||
# ValuesFormat (Set method)
|
||
|
||
Sets the format of the axis numbers.
|
||
|
||
```
|
||
void ValuesFormat(
|
||
const string format // format of the axis numbers
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
format
|
||
|
||
[in] Format of the axis numbers.
|