A Component that renders horizontal Axis ranges.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public class XAxisRenderer : AxisRenderer |
Visual Basic
Copy Code
|
|---|
Public Class XAxisRenderer |
RemarksIf the Axis property of this renderer is not set, it will search for Axis instances assigned to XAxis property of Plot2D or BiaxialChart in current RenderContext.
XAxisRenderer is not aware of the location of Plot components that display graphics on same Axis, and will not match series coordinates correctly if the plots are not horizontally aligned with the XAxisRenderer. You can ensure the axis renderer and plots are aligned by placing them in same vertical StackPanel, or in same column of a GridPanel.
Inheritance HierarchySystem.Object![]()
MindFusion.Charting.Components.Component
MindFusion.Charting.AxisRenderer
MindFusion.Charting.XAxisRenderer
See Also