Version

Search Results

ScatterLineChart Property

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

ScrollBarImage Property

Scrollbar skin image. Syntax

Scrolling Event

Event for Scroll user interaction events. Syntax Event Data The event handler receives an argument of type ChartScrollScaleEventArgs containing data related to this event. The following ChartScrollScaleEventArgs properties provide information specific to this event.Property Description Axis The Axis object being s...

Series Property (UltraChart)

The collection of data series which can be used to provide data to chart layers. Syntax

ShouldSerializeAxis Method

Returns a Boolean value that determines whether the Axis property is set to its default value. Syntax Remarks Returns True if the Axis property is not set to its default value; otherwise, it returns False. Invoke the ResetAxis method to reset this property to its default value. Example

ShouldSerializeBackColor() Method

Returns a Boolean value that determines whether the BackColor property is set to its default value. Syntax Remarks Returns True if the BackColor property is not set to its default value; otherwise, it returns False. Invoke the ResetBackColor method to reset this property to its default value.

ShouldSerializeBackColor Method

Returns a Boolean value that determines whether the BackColor property is set to its default value. Overload List Example

ShouldSerializeBackgroundImage Method

Returns a Boolean value that determines whether the BackgroundImage property is set to its default value. Syntax Remarks Returns True if the BackgroundImage property is not set to its default value; otherwise, it returns False. Invoke the ResetBackgroundImage method to reset this property to its default value. Exa...

ShouldSerializeBackgroundImageStyle Method

Returns a Boolean value that determines whether the BackgroundImageStyle property is set to its default value. Syntax Remarks Returns True if the BackgroundImageStyle property is not set to its default value; otherwise, it returns False. Invoke the ResetBackgroundImageStyle method to reset this property to its def...

ShouldSerializeBarChart Method

Returns a Boolean value that determines whether the BarChart property is set to its default value. Syntax Remarks Returns True if the BarChart property is not set to its default value; otherwise, it returns False. Invoke the ResetBarChart method to reset this property to its default value. Example