[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Symbol

Symbol Class

Represents base class for 2D plot symbols.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class Symbol : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
Symbol()

Fields

Name Description
symCenter

Stores the center point of the symbol.

Properties

Name Description
Size

Gets or sets the plot element size.

Methods

Name Description
AdjustLegendShape(Shape)

Adjusts legend shape properties.

IsCompatible(IRenderer)

Returns whether the plot element is compatible with renderer.

MeasureOverride(Size)

Measures the size of the plot element.

Render(RenderContext)

Renders the plot element based on the specified context.

UpdateGeometry(PathGeometry, Size)

Recreates the geometry describing the symbol.