Chart.Annotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection that stores the chart annotations.
public:
property System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ Annotations { System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationCollection Annotations { get; }
member this.Annotations : System.Windows.Forms.DataVisualization.Charting.AnnotationCollection
Public ReadOnly Property Annotations As AnnotationCollection
Property Value
An AnnotationCollection object that is used to store chart annotations.
Remarks
All of the chart annotations are stored in this collection property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.