Charting for WinForms Programmer's Guide
VisualElement Members
Constructors Fields Properties Methods
 


Represents an object with outline and fill, which can render itself to an IGraphics.

The following tables list the members exposed by the VisualElement type.

 Protected Constructors

  Name Description

VisualElement

Initializes a new instance of the VisualElement class.

 Public Fields

  Name Description

DesiredSize

The desired size of this element.

RelativeCoordinates

A value indicating whether the metrics of this element are expressed as relative or absolute quantities.

RelativeStroke

A value indicating whether the stroke thickness of this element is expressed as relative or absolute quantity.

 Protected Fields

  Name Description

filling

The cached outline of a sealed path figure.

outline

The cached outline of a sealed path figure.

 Public Properties

  Name Description

Bounds

Gets or sets the bounding rectangle of this element.

Fill

Gets or sets the fill of this element.

Height

Gets or sets the normalized height of this element.

Margin

Gets or sets the margin of this element.

Name

Gets or sets the name of this element.

RenderSize

Gets or sets the rendering size of the element.

Size

Gets or sets the size of this element.

Stroke

Gets or sets the stroke of this element.

X

Gets or sets the normalized x position of this element, relative to its parent.

Y

Gets or sets the normalized y position of this element, relative to its parent.

 Public Methods

  Name Description

Dispose

IDisposable.Dispose implementation.

HitTestObj

Checks whether the specified point lies within the scale element's visual structure.

ToString

Object.ToString override.

 Protected Methods

  Name Description

ArrangeOverride

Invoked on a visual element during the arrange phase.

MeasureOverride

Invoked on a visual element during the measure phase.

OnRenderSizeChanged

Invoked when the RenderSize of the element has changed.

 See Also

VisualElement Class
MindFusion.Gauges Namespace