Skip to content

Commit

Permalink
Comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed May 19, 2015
1 parent b113406 commit 4ce8517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Charts/Classes/Components/ChartLegend.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ public class ChartLegend: ChartComponentBase
public var labels = [String?]()

/// colors that will be appended to the end of the colors array after calculating the legend.
/// (if the legend has already been calculated, you will need to call notifyDataSetChanged())
public var extraColors = [UIColor?]()

/// labels that will be appended to the end of the labels array after calculating the legend. a nil label will start a group.
/// (if the legend has already been calculated, you will need to call notifyDataSetChanged())
public var extraLabels = [String?]()

/// Are the legend labels/colors a custom value or auto calculated? If false, then it's auto, if true, then custom.
Expand Down

0 comments on commit 4ce8517

Please sign in to comment.