Back to Devexpress

ChartAnchorPointModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-e62dac02.md

latest1.3 KB
Original Source

ChartAnchorPointModel Class

The ChartAnchorPoint model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(ChartAnchorPoint))]
public class ChartAnchorPointModel :
    AnnotationAnchorPointModel
vb
<ModelOf(GetType(ChartAnchorPoint))>
Public Class ChartAnchorPointModel
    Inherits AnnotationAnchorPointModel

Inheritance

Object ChartElementModel AnnotationAnchorPointModel ChartAnchorPointModel

See Also

ChartAnchorPointModel Members

DevExpress.XtraCharts.Designer Namespace