[]
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. |
| 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. |