Version

Search Results

InterpolateValues Event

Event raised when null values are found in a chart where NullHandling is set to InterpolateCustom. Syntax Event Data The event handler receives an argument of type InterpolateValuesEventArgs containing data related to this event. The following InterpolateValuesEventArgs properties provide information specific to t...

InvalidateLayers Method

Causes the chart layers to be invalidated, thus calling for the chart to re-render all of its layers. Syntax Example

InvalidDataReceived Event

Event for UltraChart, raised when invalid data is received. Syntax Event Data The event handler receives an argument of type ChartDataInvalidEventArgs containing data related to this event. The following ChartDataInvalidEventArgs properties provide information specific to this event.Property Description LabelStyle...

IsDesignMode Method (UltraChart)

Determines whether or not the application context is currently in Design mode. Syntax Return Value True if this is design mode, otherwise False.

LabelHash Property (UltraChart)

Sets or gets the hash table for the charts custom labels. Syntax Example

Layer Property (UltraChart)

Sets or gets the hash table for the charts custom Layers. Syntax Example

Legend Property

Returns an Appearance object that you can use to access all the formatting properties of the charts legend. Syntax Example

LineChart Property

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

LoadLayout(Object,StreamReader) Method

Loads chart properties from xml file. Please see LoadLayout. Syntax Parameters component This componentstreamReader stream reader Example

LoadLayout(Object,String) Method

Loads chart properties from xml file. Please see LoadLayout. Syntax Parameters component This componentfilePath Xml file path to load layout from. Example