[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Visualization.FunctionVisualizer

FunctionVisualizer Class

Represents a function visualizer.

Inheritance
FunctionVisualizer
Implements
Namespace: FarPoint.Win.Spread.Visualization
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class FunctionVisualizer : IFunctionVisualizer
Public MustInherit Class FunctionVisualizer
    Implements IFunctionVisualizer

Constructors

Name Description
FunctionVisualizer()

Properties

Name Description
IsBackgroundSupported

Gets a value indicating whether this function visualizer support painting background.

IsVisual

Gets a boolean value indicating whether the function is data visualization function.

Methods

Name Description
ApplyFormat(object, ref StyleFormat)

Applies the format to the cell style format.

CreatePaintingContext(Graphics, IWorksheet)

Creates the painting context from the specified Graphics object.

ExportAsImage(ExportContext, int, int, object, IPrimitiveValue)

Converts the specified value to the corresponding OpenXml data type.

IsShowCell(object)

Gets boolean value that specifies if the cell is displayed.

PaintCell(IPaintingContext, Rectangle, object, ref StyleFormat)

Paints the cell.

PaintCell(Graphics, Rectangle, object, ref StyleFormat, IWorksheet)

Paints the cell.