XamlStackedRowSeries<TModel, TVisual>
Class
Assembly LiveChartsCore.SkiaSharpView.Maui
Namespace LiveChartsCore.SkiaSharpView.Maui
Summary:
| TModel | *summary not found* |
| TVisual | *summary not found* |
Object
=>
Element
=>
View
=>
XamlSeries
=>
XamlStackedRowSeries<TModel, TVisual, LabelGeometry>
=>
XamlStackedRowSeries<TModel, TVisual>
Derived:
Properties
Gets the visual states, states define the look of chart points when they are in a certain state, for example
the hover, active, or selected states.
Type: VisualStatesDictionary
Type: VisualStatesDictionary
Gets or sets the maximum width of the bar.
Type: Double
Type: Double
Gets or sets a value indicating whether the bar position respects the other bars that share
the same Coordinate.
Type: Boolean
Type: Boolean
Gets or sets a value indicating whether to show the error mark,
to set the color use the ErrorPaint property, the ErrorPaint property
could be defined by the theme when not explicitly set.
Default is false.
Type: Boolean
Type: Boolean
Gets or sets the error paint.
Type: Paint
Type: Paint
Gets or sets the data labels position.
Type: DataLabelsPosition
Type: DataLabelsPosition
Gets or sets the tooltip label formatter in the X axis, the function receives a ChartPoint instance and must return a string.
Type: Func<ChartPoint, String>
Type: Func<ChartPoint, String>
Gets or sets the tooltip label formatter in the Y axis, the function receives a ChartPoint instance and must return a string.
Type: Func<ChartPoint, String>
Type: Func<ChartPoint, String>
Gets the properties of the series.
Type: SeriesProperties
Type: SeriesProperties
Gets or sets the series geometry svg, this property requires the series visual to be
an IVariableSvgPath instance.
Type: String
Type: String
Gets or sets the data labels formatter, the function receives a ChartPoint instance and must return a string.
Type: Func<ChartPoint, String>
Type: Func<ChartPoint, String>
Gets or sets a value indicating whether this instance will show up in tool tips when the pointer is over a point.
default value is true.
Type: Boolean
Type: Boolean
Gets or sets a value indicating whether this instance will show up in legends.
default value is true.
Type: Boolean
Type: Boolean
Gets or sets the data padding, the distance from the edge of the chart to where the series is drawn,
both coordinates (X and Y) from 0 to 1, where 0 is nothing and 1 is the axis tick (the separation between every label).
Type: LvcPoint
Type: LvcPoint
Gets or sets the animations speed, if this property is null, the
ActualAnimationsSpeed property will be used.
Type: Nullable<TimeSpan>
Type: Nullable<TimeSpan>
Gets or sets the easing function to animate the series, if this property is null, the
ActualEasingFunction property will be used.
Type: Func<Single, Single>
Type: Func<Single, Single>
Gets or sets the size of the legend shape.
Type: Double
Type: Double
Gets or sets the miniature stroke thickness.
Type: Double
Type: Double
Indicates whether the data labels are visible,
to set the color use the DataLabelsPaint property, the DataLabelsPaint property
could be defined by the theme when not explicitly set.
Default is false.
Type: Boolean
Type: Boolean
Gets or sets the data labels paint.
Type: Paint
Type: Paint
Gets or sets the size of the data labels.
Type: Double
Type: Double
Gets or sets the data labels rotation in degrees.
Type: Double
Type: Double
Gets or sets the data labels padding.
Type: Padding
Type: Padding
Gets or sets the max width of the data labels.
Type: Double
Type: Double
Gets the additional visual states for the series.
Type: ICollection<ChartPointState>
Type: ICollection<ChartPointState>
Gets or sets the name of the series, the name is normally used by IChartTooltip or
IChartLegend, the default value is set automatically by the library.
Type: String
Type: String
Gets the presented content.
Type: IView
Type: IView
Methods
// Gets the stack group, normally used internally to handled the stacked series.
// Gets the series bounds.
| Chart chart, | // The chart. |
| ICartesianAxis secondaryAxis, | // The x. |
| ICartesianAxis primaryAxis | // The y. |
)
// Returns a geometry that represents the series in a tooltip or legend.
| ChartPoint point | // The target point. |
)
// Clears the visuals in the cache and re-starts animations.