A SeriesRenderer that draws 3D bars in its containing plot.
The following tables list the members exposed by the BarRenderer3D type.
Name | Description | |
---|---|---|
Initializes a new instance of the BarRenderer3D class. |
Name | Description | |
---|---|---|
Gets or sets the ratio of empty space between adjacent bar groups to space occupied by bars. (Inherited from BarRenderer.) |
||
Gets or sets a value indicating whether bars should be horizontal. (Inherited from BarRenderer.) |
||
Gets or sets the rotation angle of inner labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout. (Inherited from BarRenderer.) |
||
Gets or sets the Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets or sets the name of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets or sets the size of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets or sets the style of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets or sets the rotation angle of outer labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout. (Inherited from BarRenderer.) |
||
Gets or sets the ratio of empty space to occupied space in bar groups drawn for data items as same index in each series. (Inherited from BarRenderer.) |
||
Gets or sets a list of Series drawn by this Renderer2D. (Inherited from Renderer2D.) |
||
A SeriesStyle instance specifying the appearance of series associated with this renderer. (Inherited from SeriesRenderer.) |
||
Gets or sets the kind of data labels to draw. (Inherited from SeriesRenderer.) |
||
Gets or sets a value indicating whether to show highlights on data items. (Inherited from SeriesRenderer.) |
||
Gets or sets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.) |
||
Gets or sets whether outer labels are displayed stacked on top of stacked bars, instead of showing them on the bar sides. (Inherited from BarRenderer.) |
||
Gets the X axis associated with this Renderer2D. (Inherited from Renderer2D.) |
||
Gets the Y axis associated with this Renderer2D. (Inherited from Renderer2D.) |
Name | Description | |
---|---|---|
Implements Renderer3D.BuildModels. Adds 3D bar models for the series data to specified scene. |
||
Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function. (Inherited from SeriesRenderer.) |
||
Gets the brush that should be used to fill the representation of specified data item. (Inherited from SeriesRenderer.) |
||
Gets the brush that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.) |
||
Gets the thickness of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.) |
||
Implements the SeriesContainer interface. (Inherited from Renderer2D.) |
||
Renderer2D.HitTest override. Hit-tests the bar representations of data items. (Inherited from BarRenderer.) |
||
Returns a SeriesStyle object that meets specified criteria. (Inherited from SeriesRenderer.) |
||
SeriesRenderer.StartMeasureData override. Called to reset measure accumulators at the beginning of a measure pass. (Inherited from Renderer2D.) |
Name | Description | |
---|---|---|
SeriesRenderer.AdjustDataRange override. Adjusts the data range of associated Axis objects after initial measure pass. (Inherited from BarRenderer.) |
||
(Inherited from SeriesRenderer.) |
||
Gets the domain axis coordinate (input value) of specified data item. (Inherited from Renderer2D.) |
||
SeriesRenderer.Draw override. Draws the series data in specified RenderContext. (Inherited from BarRenderer.) |
||
Renderer2D.DrawHighlight override. Draws highlighted bar in specified RenderContext. (Inherited from BarRenderer.) |
||
(Inherited from SeriesRenderer.) |
||
(Inherited from SeriesRenderer.) |
||
Gets the Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets the Font that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
||
Gets the dash style of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.) |
||
Gets the Pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.) |
||
Enumerates the bars visible in current data range. (Inherited from BarRenderer.) |
||
Enumerates the data values of rendered series mapped to plot 2D coordinates. (Inherited from Renderer2D.) |
||
Overloaded. Enumerates the data values of rendered series mapped to plot 2D coordinates. (Inherited from Renderer2D.) |
||
Enumerates each series once providing a list of all visible points at each iteration. (Inherited from Renderer2D.) |
||
Overloaded. Gets the index of first data item. (Inherited from Renderer2D.) |
||
Overloaded. Gets the index of last data item. (Inherited from Renderer2D.) |
||
Gets the maximum sum of X data values locates at same index in all series. (Inherited from Renderer2D.) |
||
(Inherited from Renderer2D.) |
||
Gets the maximum sum of Y data values locates at same index in all series. (Inherited from Renderer2D.) |
||
(Inherited from Renderer2D.) |
||
(Inherited from Renderer2D.) |
||
(Inherited from Renderer2D.) |
||
Overloaded. Gets the coordinates of specified data item when mapped to a Plot2D pixel. (Inherited from Renderer2D.) |
||
Gets the image axis coordinate (output value) of specified data item. (Inherited from Renderer2D.) |
||
Renderer2D.MeasureDataRange override. Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set. (Inherited from BarRenderer.) |
||
Raises the PropertyChanged event. (Inherited from SeriesRenderer.) |
||
Called when Series raise their DataChanged event. (Inherited from SeriesRenderer.) |
||
Sets tooltip text and location. (Inherited from SeriesRenderer.) |
||
Subscribes to the DataChanged event of specified Series. (Inherited from SeriesRenderer.) |
||
Unsubscribes from the DataChanged event of specified Series. (Inherited from SeriesRenderer.) |
||
Gets the X value of specified data item. (Inherited from Renderer2D.) |
||
Gets a value indicating whether values of specified series increase monotonously in X dimension. (Inherited from Renderer2D.) |
||
Gets the Y value of specified data item. (Inherited from Renderer2D.) |
||
Gets a value indicating whether values of specified series increase monotonously in Y dimension. (Inherited from Renderer2D.) |
Name | Description | |
---|---|---|
Implements the INotifyPropertyChanged interface. (Inherited from SeriesRenderer.) |