A newer version of this page is available.
Switch to the current version.
Diagram Class
Represents the base class for classes that provide diagram functionality for a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public abstract class Diagram :
ChartElement,
IDiagram,
IHitTest,
ISupportInitialize,
IXtraSerializable
<TypeConverter(GetType(LocalizableExpandableObjectTypeConverter))>
Public MustInherit Class Diagram
Inherits ChartElement
Implements IDiagram,
IHitTest,
ISupportInitialize,
IXtraSerializable
Related API Members
The following members accept/return Diagram objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ChartHitInfo.Diagram |
WinForms Controls | ChartControl.Diagram |
SnapChart.Diagram | |
ASP.NET Controls and MVC Extensions | ChartControlSettings.Diagram |
WebChartControl.Diagram | |
Reporting | XRChart.Diagram |
Remarks
The Diagram class serves as a base for the diagram classes which provide diagram functionality for a chart control. The Diagram class implements the base diagram functionality that is common to all diagram types.
Inheritance
See Also
Feedback