Uses of Enum Class
com.sforce.soap.metadata.ChartLegendPosition
-
Uses of ChartLegendPosition in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return ChartLegendPositionModifier and TypeMethodDescriptionDashboardComponent.getLegendPosition()ReportChart.getLegendPosition()static ChartLegendPositionReturns the enum constant of this class with the specified name.static ChartLegendPosition[]ChartLegendPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type ChartLegendPositionModifier and TypeMethodDescriptionvoidDashboardComponent.setLegendPosition(ChartLegendPosition legendPosition) voidReportChart.setLegendPosition(ChartLegendPosition legendPosition)