Table of Contents

TChartRelativeRectangle.X2 Property

Percent of the parent coordinate. This value depends on WidthMode. If WidthMode is Factor, then 0 means 0 width, and 1 the width of the parent. If WidthMode is Edge, then 0 means parent.Left and 1 means parent.Right.

Syntax

Namespace: FlexCel.Core

public Double X2 { get; }

See also