BptChartHistogram
API reference for BptChartHistogram — parameters, event callbacks, and related configuration.
BptChartHistogram
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Values | IReadOnlyList<double> | — | |
SeriesName | string | — | |
BinCount | int | — | |
BinEdgeFormat | string | — | |
BptAppState | BptRootComponentBase | CascadingNullable | — |
ChildContent | RenderFragment | Nullable | — |
Width | int | — | |
Height | int | — | |
Title | string | — | |
ShowTitle | bool | — | |
ShowLegend | bool | — | |
ShowAxes | bool | — | |
XAxisLabel | string | — | |
YAxisLabel | string | — | |
ShowXAxisLabel | bool | — | |
ShowYAxisLabel | bool | — | |
ShowXAxisTicks | bool | — | |
ShowYAxisTicks | bool | — | |
ShowDataLabels | bool | — | |
DataLabelFormat | string | — | |
AxisLabelColor | string | Nullable | — |
DataLabelColor | string | Nullable | — |
AxisLabelFontSize | double | — | |
TickLabelFontSize | double | — | |
DataLabelFontSize | double | — | |
TitleColor | string | Nullable | — |
TitleFontSize | double | — | |
AxisLineColor | string | Nullable | — |
AxisLineThickness | double | — | |
GuideLineStyle | BptChartGuideLineStyle | — | |
ShowItemBorder | bool | — | |
ItemBorderColor | string | — | |
EnableLighting | bool | — | |
LightDirectionX | double | — | |
LightDirectionY | double | — | |
LightDirectionZ | double | — | |
LightSpread | double | — | |
LightDiffuse | double | — | |
LightDistance | double | — | |
RenderMode | BptChartRenderMode | — | |
Item3DRotationX | double | — | |
Item3DRotationY | double | — | |
Item3DRotationZ | double | — | |
Rotation2DX | double | — | |
Rotation2DY | double | — | |
EnableZoom | bool | — | |
EnableDragRotate | bool | — | |
LockScale | bool | — | |
Palette | BptChartPalette | Nullable | — |
TooltipMode | BptChartTooltipMode | — | |
AllowCopyOnBackgroundClick | bool | — | |
TooltipContent | Func<BptChartElementEvent, string> | Nullable | — |
AnimateOnDataChange | bool | — | |
DatetimePlaybackEnable | bool | — | |
PlaybackSpeed | double | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnElementClick | EventCallback<BptChartElementEvent> | — | |
OnElementHover | EventCallback<BptChartElementEvent> | — |