maui-devexpress-dot-maui-dot-charts-9118a721.md
The base class for all series that calculate their values via another series data.
Namespace : DevExpress.Maui.Charts
Assembly : DevExpress.Maui.Charts.dll
NuGet Package : DevExpress.Maui.Charts
public class CalculatedSeries :
Series
The calculated series displays the values that it computes based on the data points provided by another series. The series utilizes a formula that a specific descendant implements to calculate the values. This formula can use values of several data points or several values of one data point. Available data types of the source series depend on the specific calculated series.
Show 27 items
System.Object BindableObject Element ChartElementBase ChartSeriesElement SeriesBase Series CalculatedSeries AverageTrueRangeIndicator
CommodityChannelIndexIndicator
ExponentialMovingAverageIndicator
MovingAverageConvergenceDivergenceIndicator
RelativeStrengthIndexIndicator
TriangularMovingAverageIndicator
WeightedMovingAverageIndicator
YieldIfNotNull<CalculatedSeries>()
See Also