fix Scatter3D graphicMeshSmooth
This commit is contained in:
@@ -41,6 +41,11 @@ Scatter3D::Mesh Scatter3D::graphicMesh(int index) const {
|
||||
}
|
||||
|
||||
|
||||
bool Scatter3D::graphicMeshSmooth(int index) const {
|
||||
return graphics[index].series->isMeshSmooth();
|
||||
}
|
||||
|
||||
|
||||
bool Scatter3D::labelAutoRotation() const {
|
||||
return canvas->axisX()->labelAutoRotation() == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user