MarkersEnabled: Boolean;
The MarkersEnabled property determines whether chart data series markers are displayed.
Use JSON or the setMarkersEnabled method to set the property value and the getMarkersEnabled method to get the property value.
Available Values:
true. Chart data series markers are displayed (default).
false. Chart data series markers are not displayed.
The property use is identical to the use of the PP.Ui.Chart.MarkersEnabled property.
See also: