menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistogramSeries - API Reference

    Show / Hide Table of Contents

    Class HistogramSeries

    A histogram consists of tabular frequencies, shown as adjacent rectangles, erected over discrete intervals, with an area equal to the frequency of the observations in the Interval.

    Inheritance
    System.Object
    ChartSeries
    CartesianSeries
    XyDataSeries
    HistogramSeries
    Inherited Members
    XyDataSeries.YBindingPathProperty
    XyDataSeries.GetChartDataPoints()
    XyDataSeries.YBindingPath
    CartesianSeries.XAxisProperty
    CartesianSeries.YAxisProperty
    CartesianSeries.IsTransposedProperty
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.TrackballLabelTemplateProperty
    CartesianSeries.TrendlinesProperty
    CartesianSeries.GetDataPoints(Rectangle)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.OnBindingContextChanged()
    CartesianSeries.OnParentSet()
    CartesianSeries.XAxis
    CartesianSeries.Trendlines
    CartesianSeries.YAxis
    CartesianSeries.IsTransposed
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.TrackballLabelTemplate
    ChartSeries.StrokeWidthProperty
    ChartSeries.ListenPropertyChangeProperty
    ChartSeries.DataMarkerProperty
    ChartSeries.IsVisibleProperty
    ChartSeries.ItemsSourceProperty
    ChartSeries.ColorProperty
    ChartSeries.LegendIconProperty
    ChartSeries.ColorModelProperty
    ChartSeries.EnableDataPointSelectionProperty
    ChartSeries.XBindingPathProperty
    ChartSeries.LabelProperty
    ChartSeries.IsVisibleOnLegendProperty
    ChartSeries.SelectedDataPointIndexProperty
    ChartSeries.SelectedDataPointColorProperty
    ChartSeries.AnimationDurationProperty
    ChartSeries.EnableTooltipProperty
    ChartSeries.EnableAnimationProperty
    ChartSeries.TooltipTemplateProperty
    ChartSeries.OpacityProperty
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.SuspendNotification()
    ChartSeries.ResumeNotification()
    ChartSeries.Animate()
    ChartSeries.StrokeWidth
    ChartSeries.ListenPropertyChange
    ChartSeries.DataMarker
    ChartSeries.IsVisible
    ChartSeries.ItemsSource
    ChartSeries.XBindingPath
    ChartSeries.Color
    ChartSeries.Label
    ChartSeries.LegendIcon
    ChartSeries.IsVisibleOnLegend
    ChartSeries.ColorModel
    ChartSeries.EnableDataPointSelection
    ChartSeries.SelectedDataPointIndex
    ChartSeries.Opacity
    ChartSeries.SelectedDataPointColor
    ChartSeries.EnableTooltip
    ChartSeries.AnimationDuration
    ChartSeries.TooltipTemplate
    ChartSeries.EnableAnimation
    ChartSeries.IsSelected
    ChartSeries.DataMarkerLabelCreated
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class HistogramSeries : XyDataSeries, IThemeElement

    Constructors

    HistogramSeries()

    Declaration
    public HistogramSeries()

    Fields

    CurveColorProperty

    Gets or sets the curve color. This is a bindable property.

    Declaration
    public static readonly BindableProperty CurveColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    DataMarkerPositionProperty

    Gets or sets the position of the chart data markers in HistogramSeries. This is a bindable property.

    Declaration
    public static readonly BindableProperty DataMarkerPositionProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    IntervalProperty

    Gets or sets the interval of the series. This is a bindable property.

    Declaration
    public static readonly BindableProperty IntervalProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ShowNormalDistributionCurveProperty

    Gets or sets the normal distribution curve of the series. This is a bindable property.

    Declaration
    public static readonly BindableProperty ShowNormalDistributionCurveProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    StrokeColorProperty

    Gets or sets the stroke color to customize the appearance of HistogramSeries. This is a bindable property.

    Declaration
    public static readonly BindableProperty StrokeColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    CurveColor

    Gets or sets the curve color. This is a bindable property.

    Declaration
    public Color CurveColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color value.

    DataMarkerPosition

    Gets or sets the position of the chart data markers in HistogramSeries. This is a bindable property.

    Declaration
    public DataMarkerPosition DataMarkerPosition { get; set; }
    Property Value
    Type Description
    DataMarkerPosition

    This property take the DataMarkerPosition as its value.

    Interval

    Gets or sets the interval of the series. This is a bindable property.

    Declaration
    public double Interval { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the System.Double value.

    ShowNormalDistributionCurve

    Gets or sets a value indicating whether the distribution curve of the series. This is a bindable property.

    Declaration
    public bool ShowNormalDistributionCurve { get; set; }
    Property Value
    Type Description
    System.Boolean

    This property takes the System.Boolean value.

    StrokeColor

    Gets or sets the stroke color to customize the appearance of HistogramSeries. This is a bindable property.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved