Skip to main content

TriangleMarker2DModel Class

Represents the Triangle marker pre-defined model.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class TriangleMarker2DModel :
    PredefinedMarker2DModel

#Remarks

You can define this marker model for series types that support the ISupportMarker2D interface: Area, Point, Line or Bubble series.

To do this, assign an instance of the TriangleMarker2DModel class to the ISupportMarker2D.MarkerModel property.

The following image demonstrates the TriangleMarker2DModel (with the PastelKitPalette applied to the chart control).

marker-models-TriangleMarker2DModel

The size of the marker is controlled by the ISupportMarker2D.MarkerSize property.

For a code example, see How to: Assign Different Models for Series and Point Markers.

See Also