ComponentOne WinUI Edition
Demos
Docs
Samples
Download
WinUI | ComponentOne
C1.WinUI.Chart Assembly
/
C1.WinUI.Chart Namespace
/
Histogram Class
/ GetValues Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Syntax
See Also
WinUI Overview
Get Started with WinUI
Section 508 Compliance
Configure WinUI Application
Adding NuGet Packages to your App
Controls
API Reference
C1.WinUI.Accordion Assembly
C1.WinUI.BarCode Assembly
C1.WinUI.Calendar Assembly
C1.WinUI.Chart Assembly
Namespaces
C1.Chart Namespace
Overview
Classes
AnimationLoadOptions
AnimationOptions
AnimationTransformEventArgs
BaseRenderEventArgs
DateTimeGroupProvider
DiscreteColorScaleBase
DoubleRange
ElementSize
GradientColorScaleBase
HitTestInfo
PieAnimationOptions
RegressionStatistics
SeriesBase
TimeRange
Enumerations
AnimationDirection
AnimationSettings
AnimationState
AnimationType
AxisGroupSeparator
AxisLabelAlignment
AxisType
ChartElement
ChartSelectionMode
ChartType
ContentOptions
DataType
DatetimeAxisGroupType
Easing
ElementSizeType
ErrorAmount
ErrorBarDirection
ErrorBarEndStyle
ErrorValueType
FitType
FunnelChartType
HistogramAppearance
HistogramBinning
LabelOverlapping
LabelOverlappingOptions
LabelPosition
LegendScrollBars
LinePatternEnum
MeasureOption
MovingAverageType
Orientation
OverlappingLabels
Palette
PieLabelOverlapping
PieLabelPosition
Position
QuartileCalculation
RadarChartType
SeriesVisibility
SliceAttribute
Stacking
SymbolMarker
TextWrapping
TickMark
TimeUnits
TreeMapType
Interfaces
IAxisGroupProvider
IRange
IRenderEngine
C1.Chart.Annotation Namespace
Overview
Enumerations
AnnotationAttachment
AnnotationPosition
C1.Win.Chart Namespace
Overview
C1.WinUI.Chart Namespace
Overview
Classes
Axis
BoxWhisker
BreakEven
C1AxisScrollbar
C1LineMarker
C1RangeSelector
C1Sunburst
C1TreeMap
ChartOptions
ChartStyle
ColorAxis
DataLabel
DataLabelBase
DiscreteColorScale
DiscreteColorScale.Interval
ErrorBar
FlexChart
FlexChartBase
FlexPie
FlexRadar
GradientColorScale
Heatmap
Histogram
Overview
Members
Histogram Constructor
Methods
GetChartType Method
GetStyle Method
GetValues Method
OnItemsSourceChanged Method
Properties
AppearanceType Property
BinWidth Property
CumulativeMode Property
FrequencyPolygonStyle Property
NormalCurve Property
Fields
AppearanceTypeProperty Field
CumulativeModeProperty Field
FrequencyPolygonStyleProperty Field
NormalCurveProperty Field
LegendItemFormatEventArgs
NormalCurve
PieDataLabel
PlotArea
PositionChangedArgs
RadarSeries
RangedHistogram
RenderDataLabelEventArgs
RenderEventArgs
RenderNodeEventArgs
RenderPieDataLabelEventArgs
RenderSliceEventArgs
RenderSymbolEventArgs
Series
SeriesEventArgs
TrendLine
Waterfall
Enumerations
ImageFormat
LineMarkerAlignment
LineMarkerInteraction
LineMarkerLines
RenderMode
Interfaces
IChartLayer
C1.WinUI.Chart.Annotation Namespace
Overview
Classes
AnnotationBase
AnnotationLayer
Circle
Ellipse
Image
Line
Polygon
Rectangle
Shape
Square
Template
Text
C1.WinUI.Chart.C1_WinUI_Chart_XamlTypeInfo Namespace
Overview
C1.WinUI.Chart.Interaction Namespace
Overview
Classes
TranslateBehavior
ZoomBehavior
Enumerations
GestureMode
Interfaces
IBehavior
C1.WinUI.Chart.Palettes Namespace
Overview
Classes
Diverging
ExtendedPalette
Qualitative
SequentialMulti
SequentialSingle
C1.WinUI.Core Assembly
C1.WinUI.DataCollection Assembly
C1.WinUI.DataFilter Assembly
C1.WinUI.DataPager Assembly
C1.WinUI.DateTimeEditors Assembly
C1.WinUI.Grid Assembly
C1.WinUI.GridControl Assembly
C1.WinUI.Input Assembly
C1.WinUI.Menu Assembly
C1.WinUI.Rendering Assembly
C1.WinUI.Viewer Assembly
Release History
GetValues Method (Histogram)
In This Topic
Syntax
See Also
Gets the point data array for the specified coordinate dimension.
Syntax
C#
public
override
double[]
GetValues(
int
dim
)
Parameters
dim
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Return Value
The point data array for the specified coordinate dimension
See Also
Reference
Histogram Class
Histogram Members