A Component that renders horizontal Axis ranges.
The following tables list the members exposed by the XAxisRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the XAxisRenderer class that renders the specified Axis. |
Name | Description | |
---|---|---|
Sets the location and size of this component relative to its parent. (Inherited from Component.) |
||
(Inherited from Component.) |
||
Returns a ComponentController used to interact with this component. (Inherited from Component.) |
||
(Inherited from Component.) |
||
Component.draw override. Draws this component in the specified RenderContext. |
||
Gets a double value specifying the component's assigned height. Valid only after calling {#link arrange}. (Inherited from Component.) |
||
Gets a double value specifying the component's assigned width. Valid only after calling arrange. (Inherited from Component.) |
||
The Axis that will be drawn by this AxisRenderer. (Inherited from AxisRenderer.) |
||
Gets the Brush that is used to draw the Axis. (Inherited from AxisRenderer.) |
||
Gets the dash style of the AxisStroke. (Inherited from AxisRenderer.) |
||
Gets the thickness with which the Axis should be stroked. (Inherited from AxisRenderer.) |
||
Gets a nullable double value specifying the component's desired height. Valid only after calling measure. (Inherited from Component.) |
||
Gets a nullable double value specifying the component's desired width. Valid only after calling measure. (Inherited from Component.) |
||
Gets the column index of this component when placed inside a GridPanel. (Inherited from Component.) |
||
Gets the row index of this component when placed inside a GridPanel. (Inherited from Component.) |
||
Gets a fixed height for this component. (Inherited from Component.) |
||
Gets the hit-test visibility of this component. (Inherited from Component.) |
||
Gets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
Gets the alignment of Axis labels. (Inherited from AxisRenderer.) |
||
Gets the Brush used for drawing Axis labels. (Inherited from AxisRenderer.) |
||
Gets the name of font that should be used to draw axis labels. (Inherited from AxisRenderer.) |
||
Gets the size of font that is used to draw the axis labels. (Inherited from AxisRenderer.) |
||
Gets the style of font that is used to draw axis labels. (Inherited from AxisRenderer.) |
||
Gets the padding between the Axis line and coordinate labels. (Inherited from AxisRenderer.) |
||
Gets the rotation angle of the labels on this Axis. (Inherited from AxisRenderer.) |
||
Gets the object whose Series labels should be rendered along this Axis. (Inherited from AxisRenderer.) |
||
Gets the margin space around this component relative to the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
(Inherited from Component.) |
||
Gets a value that indicates if the labels are pinned or scrooled. (Inherited from AxisRenderer.) |
||
Gets whether this XAxisRenderer is shown at the bottom side of a plot. |
||
Gets the boundaries of this component relative to its parent. (Inherited from Component.) |
||
Gets a value indicating whether this AxisRenderer should draw axis coordinates. (Inherited from AxisRenderer.) |
||
Gets a value indicating whether this AxisRenderer should draw data labels. (Inherited from AxisRenderer.) |
||
Gets a value indicating whether this AxisRenderer should draw axis ticks. (Inherited from AxisRenderer.) |
||
Gets the Brush that is used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Gets the name of font that should be used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Gets the size of font that should be used to draw the title of the Axis. (Inherited from AxisRenderer.) |
||
Gets the style of font that should be used to draw the title of the Axis. (Inherited from AxisRenderer.) |
||
Gets the component's tooltip text. (Inherited from Component.) |
||
Gets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
Gets the visibility of this component. (Inherited from Component.) |
||
Gets a fixed width for this component. (Inherited from Component.) |
||
Gets a double value specifying the component's horizontal position relative to its parent. (Inherited from Component.) |
||
Gets a double value specifying the component's vertical position relative to its parent. (Inherited from Component.) |
||
Returns the component containing specified point. (Inherited from Component.) |
||
Returns an AxisRendererBuilder object used to configure this XAxisRenderer instance. |
||
Overloaded. (Inherited from Component.) |
||
Overloaded. (Inherited from Component.) |
||
Transforms the specified point to the coordinate system of the root panel. (Inherited from Component.) |
||
Component.measure override. Measures the desired size of this XAxisRenderer using the specified max width, height and RenderContext. |
||
Transforms the specified point to the coordinate system of this component. (Inherited from Component.) |
||
Sets a double value specifying the component's assigned height. (Inherited from Component.) |
||
Sets a double value specifying the component's assigned width. (Inherited from Component.) |
||
The Axis that will be rendered by this AxisRenderer. (Inherited from AxisRenderer.) |
||
Sets the Brush that should be used to draw axis lines. (Inherited from AxisRenderer.) |
||
Sets the dash style axis lines should be stroked with. (Inherited from AxisRenderer.) |
||
Sets the thickness axis lines should be stroked with. (Inherited from AxisRenderer.) |
||
Sets a nullable double value specifying the component's desired height. (Inherited from Component.) |
||
Sets a nullable double value specifying the component's desired width. (Inherited from Component.) |
||
Sets the column index of this component when placed inside a GridPanel. (Inherited from Component.) |
||
Sets the row index of this component when placed inside a GridPanel. (Inherited from Component.) |
||
Sets a fixed height for this component. (Inherited from Component.) |
||
Sets the hit-test visibility of this component. (Inherited from Component.) |
||
Sets the horizontal alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
Sets the alignment of labels drawn at the axis. (Inherited from AxisRenderer.) |
||
Sets the Brush used for drawing the axis labels. (Inherited from AxisRenderer.) |
||
Sets the name of font that is used to draw axis labels. (Inherited from AxisRenderer.) |
||
Sets the size of the font used to draw the axis labels. (Inherited from AxisRenderer.) |
||
Sets the style of font that should be used to draw axis labels. (Inherited from AxisRenderer.) |
||
Sets the padding space between the axis line and coordinate labels. (Inherited from AxisRenderer.) |
||
Sets the rotation angle of data labels. (Inherited from AxisRenderer.) |
||
Sets the object whose Series labels should be rendered along this axis. (Inherited from AxisRenderer.) |
||
Sets the margin space around this component relative to the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
(Inherited from Component.) |
||
Sets a value indicating whether coordinate labels should be pinned in place or scroll together with the plot when users pan it. (Inherited from AxisRenderer.) |
||
Sets whether this XAxisRenderer is rendered at the bottom side of a plot. |
||
Sets a value indicating whether this AxisRenderer should draw axis coordinates. (Inherited from AxisRenderer.) |
||
Sets a value indicating whether this AxisRenderer should draw data labels. (Inherited from AxisRenderer.) |
||
Sets a value indicating whether this AxisRenderer should draw axis ticks. (Inherited from AxisRenderer.) |
||
Sets the Brush that is used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Sets the name of font that is used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Sets the size of font that should be used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Sets the style of font that should be used to draw the axis Title. (Inherited from AxisRenderer.) |
||
Sets the component's tooltip text. (Inherited from Component.) |
||
Sets the vertical alignment of this component inside the layout rectangle allocated by its parent panel. (Inherited from Component.) |
||
Sets the visibility of this component. (Inherited from Component.) |
||
Sets a fixed width for this component. (Inherited from Component.) |
||
Sets a double value specifying the component's horizontal position relative to its parent. (Inherited from Component.) |
||
Sets a double value specifying the component's vertical position relative to its parent. (Inherited from Component.) |
||
Implements the visitor design pattern. (Inherited from Component.) |
||
Returns an AxisRendererBuilder object used to configure and create new XAxisRenderer instances. |
Name | Description | |
---|---|---|
Sums specified nullable double values. (Inherited from Component.) |
||
(Inherited from Component.) |
||
(Inherited from Component.) |