Version

Search Results

ShouldSerializeBarChart3D Method

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

ShouldSerializeBorder Method

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

ShouldSerializeChartType Method

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

ShouldSerializeColorModel Method

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

ShouldSerializeColumnChart Method

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

ShouldSerializeColumnChart3D Method

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

ShouldSerializeData Method

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

ShouldSerializeDataMember Method (UltraChart)

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

ShouldSerializeDataSource Method (UltraChart)

Indicates whether the DataSource property is set to its default value. Syntax Return Value Returns True if the DataSource property is not set to its default value; otherwise, it returns False. Example

ShouldSerializeEnableCrossHair Method

Returns a Boolean value that determines whether the EnableCrossHair property is set to its default value. Syntax Return Value Returns True if the EnableCrossHair property is not set to its default value; otherwise, it returns False. Remarks Returns True if the EnableCrossHair property is not set to its default val...