[]
Represents a function visualizer.
public abstract class FunctionVisualizer : IFunctionVisualizer
Public MustInherit Class FunctionVisualizer
Implements IFunctionVisualizer
Name | Description |
---|---|
FunctionVisualizer() |
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. |
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. |