[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.FunctionVisualizer

FunctionVisualizer Class

Represents a function visualizer.

Inheritance
FunctionVisualizer
Implements
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.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.

IsShowCell(object)

Gets boolean value that specifies if the cell is displayed.

PaintBackground(PaintingContext, CellData)

Paints the background of a cell.

PaintContent(PaintingContext, CellData)

Paints the content of a cell.