Namespace Syncfusion.Maui.Charts
Classes
ActualRangeChangedEventArgs
Provides data for the ActualRangeChanged event. |
AreaSegment
Represents a segment of an area chart. |
AreaSeries
The AreaSeries is a collection of data points connected to form a closed loop area, filled with the specified color. |
AxisElementPosition
Represents the axis elements position in the ChartAxis. The axis elements can be positioned inside or outside the chart area. |
AxisLabelsIntersectAction
Specifies the options for the action that is to be taken when labels intersect each other. |
BoxAndWhiskerSegment
Creates the segments for BoxAndWhiskerSeries It gets the bounds, stroke color and fill color from the |
BoxAndWhiskerSeries
The BoxAndWhiskerSeries class represents a series that plots box-and-whisker diagrams in a SfCartesianChart. |
BoxPlotMode
Represents the BoxPlot series mode. |
BubbleSegment
Represents a segment of a BubbleSeries type charts. |
BubbleSeries
The BubbleSeries displays a collection of data points represented by a bubble of different size. |
CandleSegment
Represents the segments for CandleSeries. |
CandleSeries
The CandleSeries displays a set of candle used in financial analysis to represent open, high, low, and close values of an asset or security. |
CapStyle
Represents the radial bar segment cap style. The radial bar cap style can be positioned at the segment start, end, or both ends. |
CartesianDataLabelSettings
The CartesianDataLabelSettings class is used to customize the appearance of cartesian series data labels. |
CartesianSegment
The CartesianSegment is the base class for the AreaSegment, ColumnSegment, LineSegment, SplineSegment, ScatterSegment and FastLineSegment classes. |
CartesianSeries
CartesianSeries is the base class for all cartesian charts such as column, line, area, and so on. |
CategoryAxis
The CategoryAxis is an indexed based axis that plots values based on the index of the data point collection. It displays string values in axis labels. |
ChartAlignment
Represents annotation label placement options in the chart. The annotation label can be aligned vertically or horizontally. |
ChartAnnotation
Serves as a base class for all types of annotations such as text, shape, and view. The annotations can be added to the chart. |
ChartAnnotationCollection
It is a collection class that is used to hold a collection of chart annotations. |
ChartAnnotationLabelStyle
Represents properties for customizing annotation labels. |
ChartAutoScrollingMode
Represents auto scrolling delta mode of the axis. The axis can be scrolled from the start position or end position. |
ChartAxis
The ChartAxis is the base class for all types of axes. |
ChartAxisLabel
Represents the content and label style for the axis label. |
ChartAxisLabelAlignment
Represents a label's alignment on an axis. |
ChartAxisLabelEventArgs
Provides data for the chart axis LabelCreated event. |
ChartAxisLabelStyle
Represents the chart axis's label style class. |
ChartAxisTickStyle
Represents a style class that can be used to customize the axis's tick. |
ChartAxisTitle
Represents the chart axis's title class. |
ChartBase
The ChartBase class is the base for SfCartesianChart and SfCircularChart types. |
ChartBehavior
The ChartBehavior is the base class for ChartSelectionBehavior, ChartTooltipBehavior, ChartTrackballBehavior, and ChartZoomPanBehavior. |
ChartCoordinateUnit
Specifies whether the chart annotation should be positioned based on axis units or pixel units. |
ChartDataLabel
ChartDataLabel is used to customize the appearance of the data label. |
ChartDataLabelPosition
Specifies the positioning of data labels within a circular chart series, either inside or outside the segments. |
ChartDataLabelSettings
Represents a base class for the CartesianDataLabelSettings, and CircularDataLabelSettings classes. |
ChartDataLabelStyle
Represents a LabelStyle class that can be used to customize the data labels. |
ChartInteractiveBehavior
ChartInteractiveBehavior is a class used to get the methods that are called when the touch interactions are made in the Chart area. By using that, the user can change the behavior for different actions like OnTouchDown, OnTouchMove, and OnTouchUP. |
ChartLabelAlignment
Represents label placement in the cartesian chart. |
ChartLabelStyle
It is a base class for the ChartAxisLabelStyle, ChartAxisTitle, and ChartDataLabelStyle classes. |
ChartLegend
Represents the legend for the SfCartesianChart, SfCircularChart, SfFunnelChart and SfPyramidChart classes. |
ChartLegendIconType
Represents the icon symbol for the chart legend. |
ChartLegendLabelStyle
The ChartLegendLabelStyle class provides customizable styling options for the labels in a chart's legend, allowing you to define properties such as font size, font family, text color, margin, and font attributes to enhance the visual appearance of the legend labels. |
ChartLineCap
Specifies the type of cap for a line annotation. |
ChartLineStyle
Represents the chart line style class that can be used to customize the axis line and grid lines. |
ChartMarkerSettings
Used to customize the data marker symbol |
ChartPlotBand
Serves as a base class for NumericalPlotBand, DateTimePlotBand. This class provides options to customize the appearance of plot bands. |
ChartPlotBandLabelStyle
Represents a LabelStyle class that can be used to customize the plot band labels. |
ChartPolarAngle
Represents the polar and radar chart axis start angle for primary axis, secondary axis, or both axes. |
ChartPolarSeriesCollection
It's a collection class that holds PolarSeries. |
ChartResetZoomEventArgs
This class provides event data for the ResetZoom Event. |
ChartScrollEventArgs
This class provides event data for the Scroll Event. |
ChartSegment
Represents a segment of a chart. |
ChartSelectionBehavior
The ChartSelectionBehavior is the base class for DataPointSelectionBehavior, and SeriesSelectionBehavior. |
ChartSelectionChangedEventArgs
Provides data for the chart SelectionChanged event. |
ChartSelectionChangingEventArgs
Provides data for the chart SelectionChanging event. |
ChartSelectionType
Defines the selection type for a ChartSelectionBehavior. |
ChartSelectionZoomDeltaEventArgs
This class provides event data for the SelectionZoomDelta Event. |
ChartSelectionZoomEventArgs
This class provides event data for the SelectionZoomStart and SelectionZoomEnd Event. |
ChartSeries
ChartSeries is the base class for all chart types. |
ChartSeriesCollection
It's a collection class that holds ChartSeries. |
ChartTooltipBehavior
ChartTooltipBehavior is often used to specify extra information when the mouse pointer moved over an element. |
ChartTrackballActivationMode
Represents the mode of activation for the trackball feature on a chart. |
ChartTrackballBehavior
Enables the trackball in the Syncfusion.Maui.Charts.ChartTrackballBehavior.CartesianChart. |
ChartZoomDeltaEventArgs
This class provides event data for the ZoomDelta Event. |
ChartZoomEventArgs
This class provides event data for the ZoomEnd Event. |
ChartZoomPanBehavior
ZoomPanBehavior enables zooming and panning operations over a cartesian chart. |
ChartZoomStartEventArgs
This class provides event data for the ZoomStart Event. |
CircularDataLabelSettings
The CircularDataLabelSettings class is used to customize the appearance of circular series data labels. |
CircularSeries
CircularSeries is the base class for pie and doughnut charts. |
ColumnSegment
Represents a segment of a column chart and stacked column chart. |
ColumnSeries
The ColumnSeries displays a set of vertical bars for the given data point values. |
ConnectorLineStyle
The ConnectorLineStyle class is used to customize the appearance of the data label connector line when data labels are placed outside. |
ConnectorType
Represents the types of connector line that connects the label and data point. |
DataLabelAlignment
Represents different ways to position the chart data labels. |
DataLabelPlacement
Represents the positioning of data labels. |
DataPointSelectionBehavior
Enables the selection of individual or multiple data points in a series. |
DateTimeAxis
DateTimeAxis is used to plot DateTime values. The date-time axis uses date time scale and displays date-time values as axis labels in the specified format. |
DateTimeIntervalType
Defines a date time interval. |
DateTimePlotBand
The DateTimePlotBand class can render the plot band using the DateTime values. |
DateTimePlotBandCollection
Represents a collection of DateTimePlotBand |
DateTimeRangePadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the DateTimeAxis. |
DoubleRange
Defines a custom DoubleRange data type for ChartBase library. |
DoughnutSegment
Represents a segment of a doughnut chart. |
DoughnutSeries
The DoughnutSeries displays data as a proportion of the whole. Its most commonly used to make comparisons among a set of given data. |
EdgeLabelsDrawingMode |
EdgeLabelsVisibilityMode
Represents the visibility for the edge labels in the ChartAxis. |
EllipseAnnotation
This class is used to add an ellipse annotation in the SfCartesianChart. An instance of this class needs to be added to the Annotations collection. |
ErrorBarCapLineStyle
Represents the cap style for the ErrorBarSeries |
ErrorBarDirection
Represents the error bar direction for ErrorBarSeries. |
ErrorBarLineStyle
Represent the line style for the ErrorBarSeries |
ErrorBarMode
Represents the error bar mode for ErrorBarSeries. |
ErrorBarSegment
Represents a segment of a ErrorBarSeries type charts. |
ErrorBarSeries
The ErrorBarSeries indicate the uncertainty or error in data points, making it easy to identify patterns and trends in the data. |
ErrorBarStrokeCap
Represents the error bar stroke cap for ErrorBarSeries. |
ErrorBarType
Represents the error bar type for ErrorBarSeries. |
FastLineSegment
Represents a segment of a fast line chart. |
FastLineSeries
The FastLineSeries is a special kind of line series that can render a collection with a large number of data points. |
FinancialSeriesBase
An abstract class in the chart API that serves as a base for candle and OHLC (Open-High-Low-Close) series. It provides common options and functionality for these types of financial chart series. |
FunnelDataLabelContext
Represents the content of the funnel chart data label; it should be XValue or YValue. |
FunnelDataLabelSettings
The FunnelDataLabelSettings class is used to customize the appearance of funnel chart data labels. |
FunnelSegment
It used to render or customize the segments for funnel chart. |
HiLoOpenCloseSegment
Represents the segments for HiLoOpenCloseSeries. |
HiLoOpenCloseSeries
The HiLoOpenCloseSeries displays a set of OHLC segments used in financial analysis to represent open, high, low, and close values of an asset or security. |
HistogramSegment
Represents a segment for the HistogramSeries in a chart, displaying a vertical bar. |
HistogramSeries
The HistogramSeries displays the distribution of a dataset by dividing it into intervals and showing the count of values within each interval. |
HorizontalLineAnnotation
This class is used to add a horizontal line annotation to the SfCartesianChart. An instance of this class needs to be added to the Annotations collection. |
LabelContext
Represents the content of the Cartesian and Circular chart data label; it should be YValue or Percentage. |
LabelDisplayMode
Specifies the mode for displaying trackball labels in a chart, determining whether to show labels for all data points or only the nearest one. |
LabelPlacement
Defines the placement of category axis labels. |
LineAnnotation
This class is used to add a line annotation to the SfCartesianChart. An instance of this class needs to be added to the Annotations collection. |
LineSegment
Represents a segment of a line chart. |
LineSeries
The LineSeries displays a collection of data points connected using straight lines. |
LogarithmicAxis
Represents a specialized axis to plot data with number values on a logarithmic scale. |
NumericalAxis
The numerical axis uses a numerical scale and it displays numbers as labels. It supports both horizontal and vertical axes. |
NumericalPadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the NumericalAxis. |
NumericalPlotBand
The NumericalPlotBand class can be used to render plot band using numerical,category, and logarithmic values. |
NumericalPlotBandCollection
Represents a collection of NumericalPlotBand |
PieGroupMode |
PieSegment
Represents a segment of a pie chart. |
PieSeries
The PieSeries displays data as a proportion of the whole. Its most commonly used to make comparisons among a set of given data. |
PolarAreaSegment
Represents a segment of a polar area chart. |
PolarAreaSeries
The PolarAreaSeries is a series that displays data in terms of values and angles using a filled polygon shape. It allows for visually comparing several quantitative or qualitative aspects of a situation. |
PolarChartGridLineType
The GridLineType property is used to change the rendering type of axis grid lines. |
PolarDataLabelSettings
The PolarDataLabelSettings class is used to customize the appearance of polar series data labels. |
PolarLineSegment
Represents a segment of a polar line chart. |
PolarLineSeries
The PolarLineSeries is a series that displays data in terms of values and angles by using a collection of straight lines. It allows for the visually comparing several quantitative or qualitative aspects of a situation. |
PolarSeries
It is the base class for all types of polar series. |
PyramidDataLabelContext
Represents the content of the pyramid chart data label; it should be XValue or YValue. |
PyramidDataLabelSettings
The PyramidDataLabelSettings class is used to customize the appearance of pyramid chart data labels. |
PyramidMode
Represents the rendering mode of the pyramid chart. |
PyramidSegment
It used to render or customize the segments for pyramid chart. |
RadialBarSegment
Represents a segment of a radial bar chart. |
RadialBarSeries
The RadialBarSeries displays data in different categories. Its typically used to make comparisons among a set of given data using the circular shapes of the bars. |
RangeAreaSegment
Represents the segment for RangeAreaSeries. |
RangeAreaSeries
The RangeAreaSeries is a chart type to represent data as filled areas between two ranges, typically depicting a range of values or uncertainty. |
RangeAxisBase
The RangeAxisBase is the base class for all types of range axis. |
RangeColumnSegment
Represents a segment of a range column chart. |
RangeColumnSeries
Represents a range column series in .NET MAUI Cartesian chart [SfCartesianChart]. |
RangeSeriesBase
Serves as a base class for all types of range series. |
RectangleAnnotation
This class is used to add a rectangle annotation in SfCartesianChart. An instance of this class need to be added to Annotations collection. |
ScatterSegment
Represents a segment of a scatter chart. |
ScatterSeries
The ScatterSeries displays a collection of data points represented by a circle of equal size. |
SeriesSelectionBehavior
Enables the selection of individual or multiple series in a SfCartesianChart. |
SfCartesianChart
Renders different types of cartesian-type charts, each representing a unique style of representing data with a more user-friendly and greater UI visualization. |
SfCartesianChartStyles |
SfChartCommonStyle |
SfCircularChart
Renders two different types of circular charts, including doughnut and pie. Each chart has a different presentation of the data and is made to be more user-friendly. |
SfCircularChartStyles |
SfFunnelChart
Provides the funnel chart with a unique style of data representation that is more UI-visualising and user-friendly. |
SfFunnelChartStyles |
SfPolarChart
Renders polar line and area charts for data representation and enhanced user interface visualization. |
SfPolarChartStyles |
SfPyramidChart
Provides the pyramid chart with a unique style of data representation that is more UI-visualising and user-friendly. |
SfPyramidChartStyles |
ShapeAnnotation
ShapeAnnotation allows you to add annotations in the form of shapes such as rectangles, ellipses, lines, horizontal lines, and vertical lines at specific areas of interest within the chart area. |
ShapeType
Represents scatter shape types. |
SmartLabelAlignment
Specifies how data labels are positioned to prevent overlap and enhance readability. |
SplineAreaSegment
Represents a segment of a spline area chart. |
SplineAreaSeries
The SplineAreaSeries is a collection of data points using smooth Bezier line curves with the areas below filled. |
SplineRangeAreaSegment
Represents a segment of a spline range area chart. |
SplineRangeAreaSeries
The SplineRangeAreaSeries is a set of data points represented by smooth Bezier curves, with the area between the curves filled to illustrate the range between two values. |
SplineSegment
Represents a segment of a spline chart. |
SplineSeries
The SplineSeries is a set of data points linked together by smooth beizer curves. |
SplineType
Indicates the type of spline. |
StackingArea100Series
The StackingArea100Series is a collection of data points, where the areas are stacked on top of each other to represent a percentage of the total for each category. |
StackingAreaSegment
Represents a segment of a stackingarea chart. |
StackingAreaSeries
The StackingAreaSeries is a collection of data points, where the areas are stacked on top of each other. |
StackingColumn100Series
The StackingColumn100Series is a chart type that shows a set of vertical bars stacked on top of each other to represent a percentage of the total for each category. |
StackingColumnSeries
The StackingColumnSeries is a chart type that shows a set of vertical bars stacked on top of each other to represent data point values. |
StackingLine100Series
The StackingLine100Series is a collection of data points, where the lines are stacked on top of each other to represent a percentage of the total for each category. |
StackingLineSeries
The StackingLineSeries is a collection of data points, where the lines are stacked on top of each other. |
StackingSeriesBase
StackingSeriesBase is a class that serves as the base for stacking column series. |
StepAreaSegment
Represents the segment for StepAreaSeries |
StepAreaSeries
The StepAreaSeries is a chart type to represent data using connected horizontal and vertical steps, creating a stepped area visualization. |
StepLineSegment
Represent the segment for StepLineSeries |
StepLineSeries
The StepLineSeries is a chart type to represent data using connected horizontal and vertical steps, creating a stepped line visualization. |
TextAnnotation
This class is used to add a text annotation to the SfCartesianChart. An instance of this class needs to be added to the Annotations collection. |
TooltipInfo |
TrackballEventArgs
This class serves as event data for the TrackballCreated Event. |
TrackballPointInfo
This class contains information about the trackball labels. |
VerticalLineAnnotation
This class is used to add a vertical line annotation to the SfCartesianChart. An instance of this class needs to be added to the Annotations collection. |
ViewAnnotation
This class is used to add an view annotation in SfCartesianChart.An instance of this class need to be added to Annotations collection. |
WaterfallSegment
Represents a segment of a Waterfall chart. |
WaterfallSeries
The WaterfallSeries shows that an initial value is affected by a series of intermediate positive or negative values, leading to a final value. |
XYDataSeries
XYDataSeries represents a set of (x,y) data points in a chart. |
ZoomMode
Indicates zooming modes of the chart. |