PicoScenes API Docs
 
Loading...
Searching...
No Matches
WebPlotService::PlotConfig Struct Reference

图表配置结构体。 More...

#include <WebPlotService.hxx>

Public Attributes

std::string xAxisLabel {"xLabel"}
 X轴标签
 
std::string yAxisLabel {"yLabel"}
 Y轴标签
 
double xMin {0}
 X轴最小值
 
double xMax {100}
 X轴最大值
 
double yMin {0}
 Y轴最小值
 
double yMax {100}
 Y轴最大值
 

Detailed Description

图表配置结构体。

用于定义图表的基本外观和坐标轴范围。

Definition at line 48 of file WebPlotService.hxx.

Member Data Documentation

◆ xAxisLabel

std::string WebPlotService::PlotConfig::xAxisLabel {"xLabel"}

X轴标签

Definition at line 49 of file WebPlotService.hxx.

◆ xMax

double WebPlotService::PlotConfig::xMax {100}

X轴最大值

Definition at line 52 of file WebPlotService.hxx.

◆ xMin

double WebPlotService::PlotConfig::xMin {0}

X轴最小值

Definition at line 51 of file WebPlotService.hxx.

◆ yAxisLabel

std::string WebPlotService::PlotConfig::yAxisLabel {"yLabel"}

Y轴标签

Definition at line 50 of file WebPlotService.hxx.

◆ yMax

double WebPlotService::PlotConfig::yMax {100}

Y轴最大值

Definition at line 54 of file WebPlotService.hxx.

◆ yMin

double WebPlotService::PlotConfig::yMin {0}

Y轴最小值

Definition at line 53 of file WebPlotService.hxx.


The documentation for this struct was generated from the following file: