Version

Search Results

BringToFront Method

Makes this controls Z-order the foremost on the parent container. Syntax

BubbleChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Bubble Chart. Syntax Example

CandleChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Candle Chart. Syntax Example

Chart3DTransformed Event

Event for UltraChart 3D Transform events. Syntax Event Data The event handler receives an argument of type ChartTransform3DEventArgs containing data related to this event. The following ChartTransform3DEventArgs properties provide information specific to this event.Property Description Scale Specifies the scale of...

ChartDataClicked Event

Event for UltraChart mouse click events. Syntax Event Data The event handler receives an argument of type ChartDataEventArgs containing data related to this event. The following ChartDataEventArgs properties provide information specific to this event.Property Description ColumnLabel The text label associated with ...

ChartDataDoubleClicked Event

Event for UltraChart mouse doubleclick events. Syntax Event Data The event handler receives an argument of type ChartDataEventArgs containing data related to this event. The following ChartDataEventArgs properties provide information specific to this event.Property Description ColumnLabel The text label associated...

ChartDrawItem Event (UltraChart)

DrawItem event. This event is fired everytime the chart has to draw a primitive in the chart renderer. This is fired just before drawing the item on the chart. Syntax Event Data The event handler receives an argument of type ChartDrawItemEventArgs containing data related to this event. The following ChartDrawItemE...

ChartType Property (UltraChart)

Specifies which type of chart will be rendered. This affects the set of visible properties in the Designer. Syntax Example

ColorModel Property

The set of all color model properties such as Random, Linear, or Grayscale shading. Syntax Example

ColumnChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Column Chart. Syntax Example