KeyDefinition Struct

Definition structure for data-placeholder in chart keys. Mostly used internally, but may be defined by the calling application.

public struct KeyDefinition

Public Constructor

Creates a custom key placeholder (type 1 = line/marker, type 2 = block key for surface or bar).

public KeyDefinition(
   int type,
   Color color, 
   FillStyle pattern
);

If FillStyle is omitted from the constructor, solid fill is assumed.

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)

See also ...

SharpPlot Members | DrawKey Method