File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Syncfusion_Multiple_Axes/MultipleAxesCartesianChart Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 23
23
<chart : DateTimeAxis .LabelStyle>
24
24
<chart : ChartAxisLabelStyle LabelFormat =" MMM" TextColor =" #6d7372" FontSize =" 12" />
25
25
</chart : DateTimeAxis .LabelStyle>
26
+ <chart : DateTimeAxis .Title>
27
+ <chart : ChartAxisTitle Text =" Months" />
28
+ </chart : DateTimeAxis .Title>
26
29
</chart : DateTimeAxis >
27
30
</chart : SfCartesianChart .XAxes>
28
31
31
34
<chart : NumericalAxis .LabelStyle>
32
35
<chart : ChartAxisLabelStyle TextColor =" #0091E6" FontSize =" 12" FontAttributes =" Bold" LabelFormat =" $0.#" />
33
36
</chart : NumericalAxis .LabelStyle>
37
+ <chart : NumericalAxis .Title>
38
+ <chart : ChartAxisTitle Text =" Amount" FontSize =" 12" FontAttributes =" Bold" TextColor =" #0091E6" />
39
+ </chart : NumericalAxis .Title>
34
40
</chart : NumericalAxis >
35
41
36
42
<chart : NumericalAxis CrossesAt =" {Static x:Double.MaxValue}" ShowMajorGridLines =" False" RenderNextToCrossingValue =" True"
37
43
Name =" secondaryY" Interval =" 25" Minimum =" 0" Maximum =" 125" EdgeLabelsDrawingMode =" Center" PlotOffsetEnd =" 10" >
38
44
<chart : NumericalAxis .LabelStyle>
39
45
<chart : ChartAxisLabelStyle TextColor =" #ff1493" FontSize =" 12" FontAttributes =" Bold" LabelFormat =" 0.#'%'" />
40
46
</chart : NumericalAxis .LabelStyle>
47
+ <chart : NumericalAxis .Title>
48
+ <chart : ChartAxisTitle Text =" Percentage" TextColor =" #ff1493" FontSize =" 12" FontAttributes =" Bold" />
49
+ </chart : NumericalAxis .Title>
41
50
</chart : NumericalAxis >
42
51
43
52
</chart : SfCartesianChart .YAxes>
You can’t perform that action at this time.
0 commit comments