[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPoint

Interface IPoint

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a single point in a chart series.

public interface IPoint

Properties

DataLabel

Returns the IDataLabel object that represents the data label associated with the point.

IDataLabel DataLabel { get; }

Property Value

IDataLabel

Explosion

Gets or sets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).

int Explosion { get; set; }

Property Value

int

Format

Returns the IChartFormat object (read-only).

IChartFormat Format { get; }

Property Value

IChartFormat

Has3DEffect

Gets or sets whether a point has a three-dimensional appearance.

bool Has3DEffect { get; set; }

Property Value

bool

HasDataLabel

Gets or sets whether the point has a data label.

bool HasDataLabel { get; set; }

Property Value

bool

InvertIfNegative

Gets or sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.

bool InvertIfNegative { get; set; }

Property Value

bool

IsTotal

Gets or sets whether the point is a total data point. Valid only for waterfall charts.

bool IsTotal { get; set; }

Property Value

bool

MarkerFormat

Gets the marker format for this point.

IChartFormat MarkerFormat { get; }

Property Value

IChartFormat

MarkerSize

Gets or sets the data marker size in points.

int MarkerSize { get; set; }

Property Value

int

MarkerStyle

Gets or sets the marker style for a point or series in a line, scatter, or radar chart.

MarkerStyle MarkerStyle { get; set; }

Property Value

MarkerStyle

Parent

Returns the parent object for the specified object.

ISeries Parent { get; }

Property Value

ISeries

PictureType

Gets or sets the way pictures are displayed on a column or bar picture chart.

DrawingPictureType PictureType { get; set; }

Property Value

DrawingPictureType

PictureUnit

Gets or sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).

double PictureUnit { get; set; }

Property Value

double

SecondaryPlot

Gets or sets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts.

bool SecondaryPlot { get; set; }

Property Value

bool