Table of Contents

TXlsChartLabelPosition Structure

Stores a label position in the format used in xls files. The numbers can have many different meanings depending on where they are applied.

Syntax

Namespace: FlexCel.Core

public struct TXlsChartLabelPosition

Fields

Name Description
PointIs0to4000 If true, then the meaning of Point is always 0 means the left coordinate of the parent and 4000 the right.
When false, the value of point is specific to the use.
Point Stores the position of the label, in ways specific to the label. Is PointIs0to4000 is true, then this value is always integers between 0 and 4000.

Constructors

Name Description
TXlsChartLabel​Position Creates a new label position.