GetLegendItemStyle Method (Alligator)
In This Topic
Gets the legend item style by index.
Syntax
'Declaration
Public Function GetLegendItemStyle( _
ByVal As Integer _
) As _Style
public _Style GetLegendItemStyle(
int
)
Parameters
- index
- The index of legend item.
Return Value
Legend item C1.Chart._Style.
See Also