Search
YAxisRenderer Class
Remarks See Also
 






A Component that renders vertical Axis ranges.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class YAxisRenderer : AxisRenderer

Visual Basic  Copy Code

Public Class YAxisRenderer
    Inherits AxisRenderer

 Remarks

If the Axis property of this renderer is not set, it will search for Axis instances assigned to YAxis property of Plot2D or BiaxialChart in current RenderContext.

YAxisRenderer 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 vertically aligned with the YAxisRenderer. You can ensure the axis renderer and plots are aligned by placing them in same horizontal StackPanel, or in same row of a GridPanel.

 Inheritance Hierarchy

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

 See Also