The following tables list the members exposed by FunnelChart<T>.
Name | Description | |
---|---|---|
FunnelChart<T> Constructor | Initializes a new instance of the FunnelChart class. |
Name | Description | |
---|---|---|
Model | a reference to the model where all configurations are set as properties |
Name | Description | |
---|---|---|
AddClientEvent | ModelWidgetBase.AddClientEvent | |
AllowSliceSelection | Sets whether to allow slices to be selected. | |
BezierPoints | FunnelChartModel.BezierPoints. | |
BottomEdgeWidth | Sets the percentage (from near 0 to 1) of space the bottom edge of the funnel should take. | |
Brushes | Overloaded. FunnelChartModel.Brushes. | |
ClientEvents | ModelWidgetBase.ClientEvents | |
DataBind | ChartModelBase.DataBind. | |
DataSource | ChartModelBase.DataSource. | |
DataSourceType | ChartModelBase.DataSourceType. | |
DataSourceUrl | ChartModelBase.DataSourceUrl. | |
FormatInnerLabel | FunnelChartModel.FormatInnerLabel. | |
FormatOuterLabel | FunnelChartModel.FormatOuterLabel. | |
FunnelSliceDisplay | Sets how the heights of the funnel slices should be configured. | |
Height | ChartModelBase.Height. | |
HtmlAttributes | Set HtmlAttributes to the HTML div element | |
ID | ChartModelBase.ID | |
InnerLabelMemberPath | Sets the InnerLabel mapping property for the current series object. | |
InnerLabelVisibility | Sets whether the inner labels are visible. | |
IsInverted | Sets if the funnel should be rendered inverted. | |
Legend | FunnelChartModel.Legend. | |
LocalSchemaTransform | ChartModelBase.LocalSchemaTransform | |
MaxRecCount | ChartModelBase.MaxRecCount. | |
OuterLabelAlignment | Sets which side of the chart the outer labels should appear. | |
OuterLabelMemberPath | Sets the OuterLabel mapping property for the current series object. | |
OuterLabelTextColor | Overloaded. Sets the brush used for the outer labels. | |
OuterLabelTextStyle | Sets the text style for outer labels | |
OuterLabelVisibility | Sets whether the outer labels are visible. | |
Outlines | Overloaded. FunnelChartModel.Outlines. | |
OutlineThickness | Sets the thickness of outline around slices. | |
PixelScalingRatio | Sets the scaling value used to affect the pixel density of the control. | |
Render | Render the chart widget with the accumulated model changes in the wrapper. | |
ResponseDataKey | ChartModelBase.ResponseDataKey. | |
ResponseTotalRecCountKey | ChartModelBase.ResponseTotalRecCountKey. | |
SelectedSliceStyle | FunnelChartModel.SelectedSliceStyle. | |
TextColor | Overloaded. Sets the brush used for the inner labels. | |
TextStyle | Sets the text style for inner labels | |
TooltipTemplate | ChartModelBase.TooltipTemplate. | |
TransitionDuration | Sets how long the animations should take to run. | |
UnselectedSliceStyle | FunnelChartModel.UnselectedSliceStyle. | |
UseBezierCurve | Sets whether to use a Bezier curve to define the funnel. | |
UseOuterLabelsForLegend | Sets whether to use the outer labels to identify the legend items. | |
UseUnselectedStyle | Sets whether to use the unselected style on unselected slices. | |
ValueMemberPath | Sets the value member path for the funnel chart. | |
Width | ChartModelBase.Width. |
View on GitHub