Back to Devexpress

AnnotationShapePositionModel Class

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

latest1.7 KB
Original Source

AnnotationShapePositionModel Class

The AnnotationShapePosition model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[GenerateHeritableProperties]
[ModelOf(typeof(AnnotationShapePosition))]
public abstract class AnnotationShapePositionModel :
    ChartElementModel
vb
<GenerateHeritableProperties>
<ModelOf(GetType(AnnotationShapePosition))>
Public MustInherit Class AnnotationShapePositionModel
    Inherits ChartElementModel

The following members return AnnotationShapePositionModel objects:

Inheritance

Object ChartElementModel AnnotationShapePositionModel FreePositionModel

RelativePositionModel

See Also

AnnotationShapePositionModel Members

DevExpress.XtraCharts.Designer Namespace