Skip to content

Commit

Permalink
Remove meaningless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj committed Oct 28, 2018
1 parent a4cae71 commit a435669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Source/Charts/Charts/ChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,6 @@ open class ChartViewBase: NSUIView, ChartDataProvider, AnimatorDelegate
return _xAxis.axisRange
}

/// *
///
/// - Note: (Equivalent of getCenter() in MPAndroidChart, as center is already a standard in iOS that returns the center point relative to superview, and MPAndroidChart returns relative to self)*
/// The center point of the chart (the whole View) in pixels.
@objc open var midPoint: CGPoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ open class ChartDataSet: ChartBaseDataSet

// MARK: - Data functions and accessors

/// *
///
/// - Note: Calls `notifyDataSetChanged()` after setting a new value.
/// - Returns: The array of y-values that this DataSet represents.
/// the entries that this dataset represents / holds together
Expand Down

0 comments on commit a435669

Please sign in to comment.