Creates a ChartImageParameters with the specified width and height.
[override virtual noexcept]
ChartImageParameters::~ChartImageParameters()
Destructor.
int ChartImageParameters::height() constReturns the height of the expected chart image in physical pixels.
bool ChartImageParameters::isGenerateLegend() constReturns true
if the legend should be included in the chart.
The default value is true
.
Returns the number of pixels per DIP (sometimes referred to as screen density or device pixel ratio).
This parameter controls the font sizes, margins and line thicknesses for the chart to be readable at the specified screen scale.
The default screen scale is 1.
See also setScreenScale().
void ChartImageParameters::setGenerateLegend(bool generateLegend)Sets the generateLegend to generateLegend.
See also isGenerateLegend.
void ChartImageParameters::setScreenScale(float screenScale)Sets the screenScale to screenScale.
See also screenScale.
void ChartImageParameters::setStyle(Esri::ArcGISRuntime::ChartImageStyle style)Sets the style to style.
See also style.
Esri::ArcGISRuntime::ChartImageStyle ChartImageParameters::style() constReturns the style used to generate the ChartImage.
The default style is ChartImageStyle::Neutral.
See also setStyle().
int ChartImageParameters::width() constReturns the width of the expected chart image in physical pixels.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4