Charting for WinForms Programmer's Guide
XAxisRenderer Class
Remarks See Also
 






A Component that renders horizontal Axis ranges.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class XAxisRenderer : AxisRenderer

Visual Basic  Copy Code

Public Class XAxisRenderer
    Inherits AxisRenderer

 Remarks

If 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 Hierarchy

System.Object
    MindFusion.Charting.Components.Component
        MindFusion.Charting.AxisRenderer
            MindFusion.Charting.XAxisRenderer

 See Also

XAxisRenderer Members
MindFusion.Charting Namespace