34 lines
553 B
Markdown
34 lines
553 B
Markdown
# ShowLastLine (Get Method)
|
||
|
||
Gets the value of "ShowLastLine" property.
|
||
|
||
```
|
||
bool ShowLastLine() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Value of "ShowLastLine" property of the chart assigned to the class instance. If there is no chart assigned, it returns false.
|
||
|
||
# ShowLastLine (Set Method)
|
||
|
||
Sets new value for "ShowLastLine" property.
|
||
|
||
```
|
||
bool ShowLastLine(
|
||
bool show // property value
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
show
|
||
|
||
[in] New value for "ShowLastLine" property.
|
||
|
||
Return Value
|
||
|
||
true - successful, false - cannot change the property.
|