File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,14 +435,14 @@ These customization options provide flexibility in designing a scrollbar that al
435435 <ChartPrimaryXAxis Title="Years" EdgeLabelPlacement="EdgeLabelPlacement.Shift">
436436 <ChartAxisMajorGridLines Width="0"></ChartAxisMajorGridLines>
437437 <ChartAxisScrollbarSettings Enable="false" PointsLength="1000" Height="16" EnableZoom="true"
438- TrackRadius="8" ScrollbarRadius="8" GripColor="red " TrackColor="blue " ScrollbarColor="yellow " />
438+ TrackRadius="8" ScrollbarRadius="8" GripColor="#BD000F " TrackColor="#FF9AA2 " ScrollbarColor="#EE5A5A " />
439439 </ChartPrimaryXAxis>
440440
441441 <ChartPrimaryYAxis Title="Profit ($)" RangePadding="ChartRangePadding.None">
442442 <ChartAxisLineStyle Width="0"></ChartAxisLineStyle>
443443 <ChartAxisMajorTickLines Width="0"></ChartAxisMajorTickLines>
444444 <ChartAxisScrollbarSettings Enable="false" PointsLength="1000" Height="16" EnableZoom="true"
445- TrackRadius="8" ScrollbarRadius="8" GripColor="red " TrackColor="blue " ScrollbarColor="yellow " />
445+ TrackRadius="8" ScrollbarRadius="8" GripColor="#BD000F " TrackColor="#FF9AA2 " ScrollbarColor="#EE5A5A " />
446446 </ChartPrimaryYAxis>
447447
448448 <ChartLegendSettings Visible="false"></ChartLegendSettings>
You can’t perform that action at this time.
0 commit comments