Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IPoint Interface
Properties Methods

In This Topic
    IPoint Interface Members
    In This Topic

    The following tables list the members exposed by IPoint.

    Public Properties
     NameDescription
     PropertyGets an IDataLabel object that represents the data label associated with the point.  
     PropertyGets or sets a value indicating whether a point has a three-dimensional appearance.  
     PropertyGets or sets the explosion value for a pie-chart or doughnut-chart slice.  
     PropertyGets the IChartFormat object.  
     PropertyGets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number.  
     PropertyGets or sets a value indicating whether the point represents a total.  
     PropertyGets or set the marker background color as an RGB value or returns the corresponding color index value.  
     PropertyGets or sets the marker background color as an index into the current color palette, or as one of the following constants: GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or GrapeCity.Spreadsheet.Color.ColorIndexNone.  
     PropertyGets or set the marker foreground color as an RGB value or returns the corresponding color index value.  
     PropertyGets or sets the marker foreground color as an index into the current color palette, or as one of the following constants: GrapeCity.Spreadsheet.Color.ColorIndexAutomatic or GrapeCity.Spreadsheet.Color.ColorIndexNone.  
     PropertyGets or sets the data-marker size, in points. Can be a value from 2 through 72.  
     PropertyGets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.  
     PropertyGets or sets a value indicating whether the point is in the secondary section of either a Pie of Pie chart or a Bar of Pie chart.  
     PropertyGets or sets a value indicating whether the point has a data label.  
    Top
    Public Methods
     NameDescription
     MethodApplies data labels to a point.  
     MethodClears the formatting of the object.  
    Top
    See Also