[]
        
(Showing Draft Content)

C1.Win.Chart.Interaction.LineMarker.WIN32Rect

LineMarker.WIN32Rect Struct

A structure that is to receive the rectangle dimensions, in logical units.

Namespace: C1.Win.Chart.Interaction
Assembly: C1.Win.FlexChart.8.dll
Syntax
public struct LineMarker.WIN32Rect

Fields

Name Description
bottom

Specifies the Y-coordinate of the lower-right corner of the rectangle.

left

Specifies the X-coordinate of the upper-left corner of the rectangle.

right

Specifies the X-coordinate of the lower-right corner of the rectangle.

top

Specifies the Y-coordinate of the upper-left corner of the rectangle.