Esempio n. 1
0
 /// <summary>
 /// Initializes static members of the <see cref="HeatMapSeries"/> class.
 /// </summary>
 static HeatMapSeries()
 {
     TrackerFormatStringProperty.OverrideMetadata(typeof(HeatMapSeries), new PropertyMetadata(OxyPlot.Series.HeatMapSeries.DefaultTrackerFormatString, AppearanceChanged));
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes static members of the <see cref="BarSeriesBase" /> class.
 /// </summary>
 static BarSeriesBase()
 {
     TrackerFormatStringProperty.OverrideMetadata(typeof(BarSeriesBase), new PropertyMetadata(OxyPlot.Series.BarSeriesBase.DefaultTrackerFormatString, AppearanceChanged));
 }
 /// <summary>
 /// Initializes static members of the <see cref="BarSeriesBase" /> class.
 /// </summary>
 static BarSeriesBase()
 {
     TrackerFormatStringProperty.OverrideMetadata(typeof(CategoryAxis), new PropertyMetadata("{0}, {1}: {2}", AppearanceChanged));
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes static members of the <see cref="ColumnSeries" /> class.
 /// </summary>
 static ColumnSeries()
 {
     TrackerFormatStringProperty.OverrideMetadata(typeof(ColumnSeries), new PropertyMetadata("{0} {1}: {2}", AppearanceChanged));
 }