KQuickCharts

ComputedRange Struct Reference

#include <XYChart.h>

Public Attributes

int distanceX = 0
 
float distanceY = 0.0
 
int endX = 0
 
float endY = 0.0
 
int startX = 0
 
float startY = 0.0
 

Detailed Description

A helper containing the calculated X and Y ranges of a chart.

Definition at line 18 of file XYChart.h.

Member Data Documentation

◆ distanceX

int ComputedRange::distanceX = 0

Definition at line 21 of file XYChart.h.

◆ distanceY

float ComputedRange::distanceY = 0.0

Definition at line 24 of file XYChart.h.

◆ endX

int ComputedRange::endX = 0

Definition at line 20 of file XYChart.h.

◆ endY

float ComputedRange::endY = 0.0

Definition at line 23 of file XYChart.h.

◆ startX

int ComputedRange::startX = 0

Definition at line 19 of file XYChart.h.

◆ startY

float ComputedRange::startY = 0.0

Definition at line 22 of file XYChart.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:57 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.