Skip to content

Commit

Permalink
Update CustomStyleForSplineChartComposer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
AAChartModel committed Sep 5, 2024
1 parent 614f3a3 commit cbcb2e8
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ import AAInfographics

class CustomStyleForSplineChartComposer {

static func mixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.mixedLineChart().chartType(.spline)}
static func stepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.stepLineChart().chartType(.spline)}
static func stepAreaChart() -> AAChartModel { CustomStyleForLineChartComposer.stepAreaChart().chartType(.spline)}
static func customSingleDataLabelForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customSingleDataLabelForLineChart().chartType(.spline)}
static func shadowStyleSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowStyleLineChart().chartType(.spline)}
static func mixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.mixedLineChart().chartType(.spline) }
static func stepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.stepLineChart().chartType(.spline) }
static func stepAreaChart() -> AAChartModel { CustomStyleForLineChartComposer.stepAreaChart().chartType(.spline) }
static func customSingleDataLabelForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customSingleDataLabelForLineChart().chartType(.spline) }
static func shadowStyleSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowStyleLineChart().chartType(.spline) }

static func colorfulGradientSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulGradientLineChart().chartType(.spline)}
static func customMarkerSymbolContentSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customMarkerSymbolContentLineChart().chartType(.spline)}
static func drawPointsWithCoordinatesForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.drawPointsWithCoordinatesForLineChart().chartType(.spline)}
static func customHoverAndSelectHaloStyleForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customHoverAndSelectHaloStyleForLineChart().chartType(.spline)}
static func disableSomeOfLinesMouseTrackingEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableSomeOfLinesMouseTrackingEffectForLineChart().chartType(.spline)}
static func colorfulGradientSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulGradientLineChart().chartType(.spline) }
static func customMarkerSymbolContentSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customMarkerSymbolContentLineChart().chartType(.spline) }
static func drawPointsWithCoordinatesForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.drawPointsWithCoordinatesForLineChart().chartType(.spline) }
static func customHoverAndSelectHaloStyleForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customHoverAndSelectHaloStyleForLineChart().chartType(.spline) }
static func disableSomeOfLinesMouseTrackingEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableSomeOfLinesMouseTrackingEffectForLineChart().chartType(.spline) }


static func colorfulShadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulShadowLineChart().chartType(.spline)}
static func colorfulDataLabelsStepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulDataLabelsStepLineChart().chartType(.spline)}
static func disableMarkerHoverEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableMarkerHoverEffectForLineChart().chartType(.spline)}
static func maxAndMinDataLabelsForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.maxAndMinDataLabelsForLineChart().chartType(.spline)}
static func dashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.dashStyleTypesMixedLineChart().chartType(.spline)}
static func colorfulShadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulShadowLineChart().chartType(.spline) }
static func colorfulDataLabelsStepSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulDataLabelsStepLineChart().chartType(.spline) }
static func disableMarkerHoverEffectForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.disableMarkerHoverEffectForLineChart().chartType(.spline) }
static func maxAndMinDataLabelsForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.maxAndMinDataLabelsForLineChart().chartType(.spline) }
static func dashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.dashStyleTypesMixedLineChart().chartType(.spline) }

static func allLineDashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.allLineDashStyleTypesMixedLineChart().chartType(.spline)}
static func shadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowLineChart().chartType(.spline)}
static func colorfulMarkersAndLinesSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart().chartType(.spline)}
static func colorfulMarkersAndLinesSplineChart2() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart2().chartType(.spline)}
static func connectNullsForSingleAASeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.connectNullsForSingleAASeriesElementLineChart().chartType(.spline)}
static func allLineDashStyleTypesMixedSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.allLineDashStyleTypesMixedLineChart().chartType(.spline) }
static func shadowSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.shadowLineChart().chartType(.spline) }
static func colorfulMarkersAndLinesSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart().chartType(.spline) }
static func colorfulMarkersAndLinesSplineChart2() -> AAChartModel { CustomStyleForLineChartComposer.colorfulMarkersAndLinesLineChart2().chartType(.spline) }
static func connectNullsForSingleAASeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.connectNullsForSingleAASeriesElementLineChart().chartType(.spline) }

static func largeDifferencesInTheNumberOfDataInDifferentSeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.largeDifferencesInTheNumberOfDataInDifferentSeriesElementLineChart().chartType(.spline)}
static func customDifferentDataLabelsShapeForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customDifferentDataLabelsShapeForLineChart().chartType(.spline)}
static func largeDifferencesInTheNumberOfDataInDifferentSeriesElementSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.largeDifferencesInTheNumberOfDataInDifferentSeriesElementLineChart().chartType(.spline) }
static func customDifferentDataLabelsShapeForSplineChart() -> AAChartModel { CustomStyleForLineChartComposer.customDifferentDataLabelsShapeForLineChart().chartType(.spline) }

}

0 comments on commit cbcb2e8

Please sign in to comment.