Search
AnnotationRenderer Class
Remarks See Also
 






A SeriesRenderer that draws annotations in its containing plot.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class AnnotationRenderer : Renderer2D

Visual Basic  Copy Code

Public Class AnnotationRenderer
    Inherits Renderer2D

 Remarks

AnnotationRenderer must be placed inside a Plot2D component. It draws framed labels at positions in the plot indicated by series' GetValue results. The annotation text to draw corresponds to GetLabel result returned for LabelKinds.InnerLabel.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.SeriesRenderer
        MindFusion.Charting.Renderer2D
            MindFusion.Charting.AnnotationRenderer

 See Also