Home
last modified time | relevance | path

Searched defs:yAxisCoordinateFixed (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/
DFilledLineChart.java51 private boolean yAxisCoordinateFixed = false; field in FilledLineChart
74 …Chart(ProfilerChartsView bottomPanel, String name, boolean stacked, boolean yAxisCoordinateFixed) { in FilledLineChart()