Search
AxisRenderer Class
Remarks See Also
 






A base class for components that render Axis ranges.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public abstract class AxisRenderer : Component

Visual Basic  Copy Code

Public MustInherit Class AxisRenderer
    Inherits Component

 Remarks

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

 Inheritance Hierarchy

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

 See Also