Uses of Class
com.mypurecloud.sdk.v2.model.JourneyViewChartDisplayAttributes
Packages that use JourneyViewChartDisplayAttributes
-
Uses of JourneyViewChartDisplayAttributes in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyViewChartDisplayAttributesModifier and TypeMethodDescriptionJourneyViewChart.getDisplayAttributes()JourneyViewChartDisplayAttributes.groupByTitle(String groupByTitle) A title for the grouped by attributes (aka the x axis)JourneyViewChartDisplayAttributes.metricsTitle(String metricsTitle) A title for the metrics (aka the y axis)JourneyViewChartDisplayAttributes.showLegend(Boolean showLegend) Whether to show a legendJourneyViewChartDisplayAttributes.type(JourneyViewChartDisplayAttributes.TypeEnum type) The type of chart to displayMethods in com.mypurecloud.sdk.v2.model with parameters of type JourneyViewChartDisplayAttributesModifier and TypeMethodDescriptionJourneyViewChart.displayAttributes(JourneyViewChartDisplayAttributes displayAttributes) Optional display attributes for rendering the chartvoidJourneyViewChart.setDisplayAttributes(JourneyViewChartDisplayAttributes displayAttributes)