Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / SetElementStyle Method / SetElementStyle(ElementStyle,Boolean) Method
ElementStyle object containing the style of the element
Whether to reset properties that are not set in the element to their default settings


In This Topic
SetElementStyle(ElementStyle,Boolean) Method
In This Topic
Sets the style for the element and clears unset properties.
Syntax
'Declaration
 
Public Overloads Overrides Sub SetElementStyle( _
   ByVal style As ElementStyle, _
   ByVal clearUnsetProps As Boolean _
) 
 
'Usage
 
Dim instance As ChartShape
Dim style As ElementStyle
Dim clearUnsetProps As Boolean
 
instance.SetElementStyle(style, clearUnsetProps)

Parameters

style
ElementStyle object containing the style of the element
clearUnsetProps
Whether to reset properties that are not set in the element to their default settings
See Also